예제 #1
0
 public StandardRepository(IEfContext context)
 {
     this.context = context;
     dbset        = context.Set <TEntity>();
 }
예제 #2
0
 public DefaultRepository(IEfContext context)
 {
     this.context = context;
     dbset        = context.Set <TEntity>();
 }