public RecruitmentRepository(CVideoContext context) : base(context)
 {
 }
 public GenericRepository(CVideoContext context)
 {
     _context = context;
     dbSet    = _context.Set <T>();
 }
Beispiel #3
0
 public EmployeeRepository(CVideoContext context) : base(context)
 {
 }
Beispiel #4
0
 public UnitOfWork(CVideoContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public CVRepository(CVideoContext context) : base(context)
 {
 }
Beispiel #6
0
 public AccountRepository(CVideoContext context) : base(context)
 {
 }
Beispiel #7
0
 public CompanyRepository(CVideoContext context) : base(context)
 {
 }