Exemplo n.º 1
0
 public async Task <IActionResult> DeleteProduct(int idproduct)
 {
     return(Ok(_ordersBusiness.UpdataProduct(idproduct)));
 }