예제 #1
0
 public MaterialsController(SmoothContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProductsController(SmoothContext context)
 {
     _context = context;
 }
예제 #3
0
 public TableSectionsController(SmoothContext context)
 {
     _context = context;
 }
예제 #4
0
 public IngredientsController(SmoothContext context)
 {
     _context = context;
 }
예제 #5
0
 public PopupsController(SmoothContext context)
 {
     _context = context;
 }
예제 #6
0
 public StaffService(SmoothContext context)
 {
     _smoothContext = context;
 }
예제 #7
0
 public StaffsController(SmoothContext context)
 {
     _context      = context;
     _staffService = new StaffService(_context);
 }
예제 #8
0
 public PrinterInfoesController(SmoothContext context)
 {
     _context = context;
 }
예제 #9
0
 public TableInfoesController(SmoothContext context)
 {
     _context = context;
 }