Beispiel #1
0
 public void AddByClient(Ingredients ingredient, int id)
 {
     _repo.AddByClient(ingredient, id);
 }