Exemple #1
0
 public VehicleRepository(MotoDbContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public UnitOfWork(MotoDbContext context)
 {
     this.context = context;
 }
 public PhotosRepository(MotoDbContext context)
 {
     this.context = context;
 }