public PositionRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.PositionContext;
 }
 public DataBaseUnitOfWork()
 {
     _context = new HrmContext();
 }
Example #3
0
 public ActivityTypeRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.ActivityTypeContext;
 }
 public EmployeeRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.EmployeeContext;
 }
 public CompanyRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.CompanyContext;
 }
Example #6
0
 public LegalFormRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.LegalFormContext;
 }