コード例 #1
0
 public BasicResponse AddOutlet(OutletDTO dto)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public BasicResponse AddOutlet(OutletDTO dto)
 {
     var all = _dataTransferBuilder.AddOutlet(dto);
     return all;
 }