예제 #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)
 {
 }