Ejemplo n.º 1
0
 internal IEnumerable <Ingredient> GetByRecipesId(string id)
 {
     return(_repo.GetByRecipesId(id));
 }