Regalo.Core.Tests.DomainModel.Users.UserRegistered.UserRegistered C# (CSharp) Method

UserRegistered() public method

public UserRegistered ( System.Guid userId ) : System
userId System.Guid
return System
        public UserRegistered(Guid userId)
        {
            UserId = userId;
        }
UserRegistered