public VacationTypeRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
Пример #2
0
 public GenderRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
 public QualificationRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
 public ExperienceRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
Пример #5
0
 public EmployeeRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
 public DesignationRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
Пример #7
0
 public RequestVacationRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }
Пример #8
0
 public DepartmentRepository()
 {
     Db = new LeaveManagementSystemDbcontext();
 }