Exemplo n.º 1
0
 public List <Recipe> GetAllRecipesValidated()
 {
     return(_repo.GetAllRecipesValidated());
 }