コード例 #1
0
 public PositionRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.PositionContext;
 }
コード例 #2
0
 public DataBaseUnitOfWork()
 {
     _context = new HrmContext();
 }
コード例 #3
0
 public ActivityTypeRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.ActivityTypeContext;
 }
コード例 #4
0
 public EmployeeRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.EmployeeContext;
 }
コード例 #5
0
 public CompanyRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.CompanyContext;
 }
コード例 #6
0
 public LegalFormRepository(IHrmContext inputСontext)
 {
     _context = inputСontext.LegalFormContext;
 }