Esempio n. 1
0
 public Task <IActionResult> ModifyProduct([FromBody] ModifyProductDTO data)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task <bool> ModifyProduct(ModifyProductDTO data)
 {
     throw new NotImplementedException();
 }