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