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