Beispiel #1
0
 public VehicleRepository(JustmotorsDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public UnitOfWork(JustmotorsDbContext context)
 {
     this.context = context;
 }