public DriverRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
 public OrderStatusRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public UnitOfWork(TransThingsDbContext context)
 {
     this.context = context;
 }
Example #4
0
 public EventRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
 public WarehouseRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
Example #6
0
 public ForwardingOrderRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
Example #7
0
 public LoginHistoryRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
 public TransporterRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
Example #9
0
 public UserRoleRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
Example #10
0
 public VehicleRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
 public PaymentFormRepository(TransThingsDbContext context)
 {
     this.context = context;
 }
 public LoadRepository(TransThingsDbContext context)
 {
     this.context = context;
 }