Example #1
0
 public IActionResult Delete(int pizzaid, long ingid)
 {
     db.DelIngridient(pizzaid, ingid);
     return(new NoContentResult());
 }