public UnitOfWork(ConceContext ctx) { this.ctx = ctx; }
public VehicleRepository(ConceContext ctx) { this.ctx = ctx; }
public DatabaseSeeder(UserManager <AppUser> userManager, ConceContext ctx) { this._userManager = userManager; this._ctx = ctx; }
public PhotoRepository(ConceContext ctx) { this.ctx = ctx; }