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