Example #1
0
 public void AddByAdmin(Ingredients ingredient)
 {
     _repo.AddByAdmin(ingredient);
 }