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