Beispiel #1
0
 public UpdateCommand(Guid id, UserTypeRequest dto)
 {
     Id  = id;
     Dto = dto;
 }
Beispiel #2
0
 public CreateCommand(UserTypeRequest dto)
 {
     Dto = dto;
 }