Exemple #1
0
 public PhotoRepository(ErinDbContext ctx)
 {
     this.ctx = ctx;
 }
Exemple #2
0
 public UnitOfWork(ErinDbContext ctx)
 {
     this.ctx = ctx;
 }
Exemple #3
0
 public VehicleRepository(ErinDbContext ctx)
 {
     this.ctx = ctx;
 }