public OrdersController(SmartCokeContext context)
        {
            _context = context;

            if (!IsPayDecisionCheckStarted)
            {
                IsPayDecisionCheckStarted = true;
            }
        }
Example #2
0
 public PackSizesController(SmartCokeContext context)
 {
     _context = context;
 }
Example #3
0
 public FeedbacksController(SmartCokeContext context)
 {
     _context = context;
 }
 public ServiceChargesController(SmartCokeContext context)
 {
     _context = context;
 }
Example #5
0
 public PackageBreakdownsController(SmartCokeContext context)
 {
     _context = context;
 }
 public DistrictsController(SmartCokeContext context)
 {
     _context = context;
 }
Example #7
0
 public CustomOrdersController(SmartCokeContext context)
 {
     _context = context;
 }
Example #8
0
 public ComolaintsController(SmartCokeContext context)
 {
     _context = context;
 }
 public ScreferencesController(SmartCokeContext context)
 {
     _context = context;
 }
Example #10
0
 public CustomProductsController(SmartCokeContext context)
 {
     _context = context;
 }
Example #11
0
 public LoginsController(SmartCokeContext context)
 {
     _context = context;
 }
Example #12
0
 public CustomerAddressesController(SmartCokeContext context)
 {
     _context = context;
 }
Example #13
0
 public ScopedProcessingService(SmartCokeContext context)
 {
     _context = context;
 }
Example #14
0
 public CountryCodesController(SmartCokeContext context)
 {
     _context = context;
 }
Example #15
0
 public AreasController(SmartCokeContext context)
 {
     _context = context;
 }
 public EventTypesController(SmartCokeContext context)
 {
     _context = context;
 }
 public RegionsController(SmartCokeContext context)
 {
     _context = context;
 }
Example #18
0
 public CustomerDetailsController(SmartCokeContext context)
 {
     _context = context;
 }