예제 #1
0
 public CreateCommand(DepartmentRequest dto)
 {
     Dto = dto;
 }
예제 #2
0
 public UpdateCommand(Guid id, DepartmentRequest dto)
 {
     Id  = id;
     Dto = dto;
 }