コード例 #1
0
 public GenericRepository(MedideaContext context)
 {
     _context   = context;
     this.dbSet = context.Set <TEntity>();
 }
コード例 #2
0
ファイル: UoW.cs プロジェクト: ratzxx/MEDIDEA.TEST
 public UoW(MedideaContext context)
 {
     _context = context;
 }
コード例 #3
0
 public VisitRepository(MedideaContext context) : base(context)
 {
 }
コード例 #4
0
 public CustomerRepository(MedideaContext context) : base(context)
 {
 }
コード例 #5
0
 public PhoneRepository(MedideaContext context) : base(context)
 {
 }