public GenericRepository(TransportEntities context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
 public ExchangeRepository(TransportEntities context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public EmployeesRepository(TransportEntities context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public TruckRepository(TransportEntities context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public RefDetailsRepository(TransportEntities context)
 {
     this.context = context;
 }
 public CustomerRepository(TransportEntities context)
 {
     this.context = context;
 }
Exemplo n.º 7
0
 public InvoiceRepository(TransportEntities context)
 {
     this.context = context;
 }
 public UsersRepository(TransportEntities context)
 {
     this.context = context;
 }
 public ClientsRepository(TransportEntities context)
 {
     this.context = context;
 }