コード例 #1
0
 public IngredientGroupController(IIngredientGroupService ingredientGroupService, IIngredientService ingredientService)
 {
     _ingredientGroupService = ingredientGroupService;
     _ingredientService      = ingredientService;
 }