Esempio n. 1
0
 public void UpdateByAdmin(Ingredients ingredient)
 {
     _repo.UpdateByAdmin(ingredient);
 }