public PendingOrdersEFQuery(SahuarOSEFContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProductController(SahuarOSEFContext context)
 {
     _context = context;
 }
예제 #3
0
 public OrderDetailsEFQuery(SahuarOSEFContext context)
 {
     _context = context;
 }
예제 #4
0
 public ProductsByCategoryEFQuery(SahuarOSEFContext context)
 {
     _context = context;
 }
예제 #5
0
 public OrderController(SahuarOSEFContext context, IHubContext <OrderHub> orderHub)
 {
     _context  = context;
     _orderHub = orderHub;
 }
예제 #6
0
 public CustomerHistoryEFQuery(SahuarOSEFContext context)
 {
     _context = context;
 }
예제 #7
0
 public CustomerController(SahuarOSEFContext context)
 {
     _context = context;
 }