public InsuranceRepository(CarInsuranceContext context) : base(context)
 {
 }
Esempio n. 2
0
 public Repository(CarInsuranceContext context)
 {
     dbContext = context;
     entitySet = dbContext.Set <TEntity>();
 }