Exemple #1
0
 public OrderTblsController(HomeChefContext context, IHubContext <NotifyHub, ITypedHubClient> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
 }
Exemple #2
0
 public CustomerReviewController(HomeChefContext context)
 {
     _context = context;
 }
 public CustomerController(HomeChefContext context, IHubContext <NotifyHub, ITypedHubClient> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
 }
Exemple #4
0
 public MenueController(HomeChefContext context, IHostingEnvironment host)
 {
     this.host = host;
     _context  = context;
 }
 public NotificationTblsController(HomeChefContext context)
 {
     _context = context;
 }