Beispiel #1
0
 public List <Ingredients> GetAllPendingIngredients()
 {
     return(_repo.GetAllPendingIngredients());
 }