예제 #1
0
 public Repository(CarInsuranceContext context)
 {
     dbContext = context;
     entitySet = dbContext.Set <TEntity>();
 }