Exemplo n.º 1
0
 public DbRepository(HandmadeItemMarketContext dbContext)
 {
     this.DbSet = dbContext.Set <T>();
 }