コード例 #1
0
 public QuantitiesController(SmartLunchContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: TypesController.cs プロジェクト: Semerak/SmartLunch
 public TypesController(SmartLunchContext context)
 {
     _context = context;
 }
コード例 #3
0
 public PricesController(SmartLunchContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DishesController(SmartLunchContext context)
 {
     _context = context;
 }