Exemple #1
0
 public Repository(ShoppingListContext dbContext)
 {
     this.dbContext = dbContext;
     dbSet          = dbContext.Set <T>();
 }