Esempio n. 1
0
 public StandardRepository(IEfContext context)
 {
     this.context = context;
     dbset        = context.Set <TEntity>();
 }
 public DefaultRepository(IEfContext context)
 {
     this.context = context;
     dbset        = context.Set <TEntity>();
 }