예제 #1
0
 public Task <IReadOnlyCollection <ProductInfo> > GetByIngredient(string ingredientName) =>
 _repository.GetByIngredient(ingredientName);