Exemplo n.º 1
0
 public UnitOfWork(EbusDbContext ebusDbContext)
 {
     _ebusDbContext = ebusDbContext;
 }
Exemplo n.º 2
0
 public StationsRepository(EbusDbContext ebusDbContext)
 {
     _ebusDbContext = ebusDbContext;
 }