コード例 #1
0
 public GenericRepository(JarvisDbContext context)
 {
     this.context = context;
     this.Context = this.context;
     this.DbSet   = this.Context.Set <T>();
 }
コード例 #2
0
 public UowData(JarvisDbContext context)
 {
     this.context = context;
 }