コード例 #1
0
 public GenericRepository(ShopProductContext context)
 {
     _context = context;
     dbSet    = context.Set <TEntity>();
 }