示例#1
0
 public Task <IActionResult> ModifyOrder([FromBody] ModifyOrderDTO data)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Task <bool> ModifyOrder(ModifyOrderDTO data)
 {
     throw new NotImplementedException();
 }