Exemplo n.º 1
0
 public VehicleRepository(JustmotorsDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork(JustmotorsDbContext context)
 {
     this.context = context;
 }