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