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