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