Exemplo n.º 1
0
 public IEnumerable <Recipe> GetAllFromSection(int id)
 {
     return(recipeRepository.GetAllFromSection(id));
 }