コード例 #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>();
 }