コード例 #1
0
 public List <Ingredient> GetAllByName(List <string> ingredients)
 {
     return(ingredientsRepository.GetAllByName(ingredients));
 }