コード例 #1
0
 public CreateUserCommand(string email, string userName, string password, Guid idPerson, ETypeUser type)
 {
     this.Email = email;
     this.UserName = userName;
     this.Password = password;
     this.IdPerson = idPerson;
     this.Type = type;
 }