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