コード例 #1
0
 public GenericRepository(HomesDbContext context)
 {
     this.context = context;
     this.Context = this.context;
     this.DbSet   = this.Context.Set <T>();
 }
コード例 #2
0
ファイル: UowData.cs プロジェクト: iMitaka/HomePropertySystem
 public UowData(HomesDbContext context)
 {
     this.context = context;
 }