Ejemplo n.º 1
0
 public DataRepository(BankContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <T>();
 }