Ejemplo n.º 1
0
 public TruckerQueries(TruckerDbContext truckerDbContext)
 {
     _truckerDbContext = truckerDbContext;
 }
 public FreightRegistersQueries(TruckerDbContext truckerDbContext)
 {
     _truckerDbContext = truckerDbContext;
 }
Ejemplo n.º 3
0
 public FreightRegisterRepository(TruckerDbContext truckerDbContext)
 {
     _truckerDbContext = truckerDbContext;
 }
Ejemplo n.º 4
0
 public TruckerRepository(TruckerDbContext truckerDbContext)
 {
     _truckerDbContext = truckerDbContext;
 }