public UserEmployeeController()
 {
     _employeeService             = new EmployeeService();
     _officeTypeServices          = new OfficeServices();
     _departmentServices          = new DepartmentService();
     _designationServices         = new DesignationService();
     _leaveRuleServices           = new LeaveRuleService();
     _levelServices               = new LevelService();
     _sectionServices             = new SectionService();
     _employeeService             = new EmployeeService();
     _jobTypeservices             = new JobTypeService();
     _rankServices                = new RankService();
     _shiftService                = new ShiftService();
     _serviceEventService         = new ServiceEventGroupService();
     _groupServices               = new GroupService();
     _moduleService               = new ModuleService();
     _bgGroupService              = new BusinessGroupService();
     _ethService                  = new EthnicityService();
     _religionService             = new ReligionService();
     _employeeVisitService        = new EmployeeVisitService();
     _countryService              = new CountryService();
     _rolesService                = new RolesService();
     _empPrizeService             = new EmployeePrizeService();
     _jobHistoryService           = new JobHistoryService();
     _officeService               = new OfficeServices();
     _remoteService               = new RemoteAreaService();
     _employeeTrainingService     = new EmployeeTrainingService();
     _serviceEventSubGroupService = new ServiceEventSubGroupService();
     _empEducationService         = new EmpEducationService();
     _empFamilyService            = new EmpFamilyService();
     _educationLevel              = new EducationLevelService();
 }
 public EmployeeController(IMapper mapper, IEmployeeServices employeeServices, IOfficeServices officeServices, ICompanyServices companyServices)
 {
     this.mapper           = mapper;
     this.employeeServices = employeeServices;
     this.officeServices   = officeServices;
     this.companyServices  = companyServices;
 }
Exemplo n.º 3
0
        public LeaveTypeController()
        {
            _departmentServices              = new DepartmentService();
            _designationServices             = new DesignationService();
            _moduleService                   = new ModuleService();
            _officeService                   = new OfficeServices();
            _bgService                       = new BusinessGroupService();
            _leaveTypeService                = new LeaveTypeService();
            _leaveRuleService                = new LeaveRuleService();
            _leaveRuleDetailService          = new LeaveRuleDetailService();
            _levelService                    = new LevelService();
            _darbandiService                 = new DarbandiService();
            _officeTypeService               = new OfficeTypeService();
            _rankService                     = new RankService();
            _rolesService                    = new RolesService();
            _roleAccessService               = new RolesAccessService();
            _leaveYearService                = new LeaveYearService();
            _sectionService                  = new SectionService();
            _shifService                     = new ShiftService();
            _shiftDayService                 = new ShiftDayService();
            _ethnicityService                = new EthnicityService();
            _jobTypeService                  = new JobTypeService();
            _educationLevelService           = new EducationLevelService();
            _rolesBusinessGroupAccessService = new RolesBusinessGroupAccessService();

            _fiscalService = new FiscalService();
        }
Exemplo n.º 4
0
 public HolidayController()
 {
     _officeServices    = new OfficeServices();
     _moduleService     = new ModuleService();
     _ethnicityServices = new EthnicityService();
     _religionServices  = new ReligionService();
     _holidayServices   = new HolidayServices();
 }
Exemplo n.º 5
0
 public SpecialLeaveTypeService(IUnitOfWork unitOfWork = null, LeaveTypeService leavetypeService = null)
 {
     _unitOfWork       = unitOfWork ?? new UnitOfWork();
     _leavetypeService = leavetypeService ?? new LeaveTypeService();
     _employeeServices = new EmployeeService();
     _officeService    = new OfficeServices();
     _employeeservice  = new EmployeeService();
 }
Exemplo n.º 6
0
 public InterestGainController()
 {
     _officeService     = new OfficeServices();
     _unitOfWork        = new UnitOfWork();
     _empService        = new EmployeeService();
     _IntGainService    = new InterestGainService();
     _DynamicSelectList = new DynamicSelectList();
 }
Exemplo n.º 7
0
 public OfficeApiService(IApiUserProvider <MyBeerTapApiUser> userProvider)
 {
     if (userProvider == null)
     {
         throw new ArgumentNullException("userProvider");
     }
     _userProvider  = userProvider;
     _officeService = new OfficeServices();
 }
Exemplo n.º 8
0
 public AdminAttendanceRequestController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _designationServices     = new DesignationService();
     _officeServices          = new OfficeServices();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _moduleService           = new ModuleService();
 }
Exemplo n.º 9
0
 public TrainingController()
 {
     _employeeService         = new EmployeeService();
     _employeeTrainingService = new EmployeeTrainingService();
     _countryService          = new CountryService();
     _moduleService           = new ModuleService();
     _officeService           = new OfficeServices();
     _designationService      = new DesignationService();
     _rankService             = new RankService();
 }
 public UpdateAttendanceController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _departmentServices      = new DepartmentService();
     _designationServices     = new DesignationService();
     _officeServices          = new OfficeServices();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _moduleService           = new ModuleService();
 }
Exemplo n.º 11
0
 public LeaveUserController()
 {
     this._officeService     = new OfficeServices();
     this._LeaveAddAdmin     = new LeaveApplicationServices();
     this._ValidateLeave     = new LeaveValidateHelper();
     this._DynamicSelectList = new DynamicSelectList();
     _leaveServices          = new LeaveApplicationService();
     _employeeServices       = new EmployeeService();
     _unitOfWork             = new UnitOfWork();
 }
Exemplo n.º 12
0
 public PayrollAllowanceController()
 {
     _officeTypeServices            = new OfficeServices();
     _unitOfWork                    = new UnitOfWork();
     _moduleService                 = new ModuleService();
     _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();
     _departmentServices            = new DepartmentService();
     _PayrollArrearService          = new PayrollArrearService();
     _EmployeeService               = new EmployeeService();
     _PayrollReportService          = new PayrollReportService();
 }
        public RetirementFundController()
        {
            _moduleService = new ModuleService();
            _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();

            _PayrollGenerationService = new PayrollGenerationService();
            _departmentServices       = new DepartmentService();
            _EmployeeService          = new EmployeeService();
            _PayrollReportService     = new PayrollReportService();
            _officeService            = new OfficeServices();
        }
Exemplo n.º 14
0
 public YearlyLeaveReportController()
 {
     this._LeaveApplicationService = new LeaveApplicationService();
     this._designationService      = new DesignationService();
     this._LeaveAddAdmin           = new LeaveApplicationServices();
     this._ValidateLeave           = new LeaveValidateHelper();
     this._DynamicSelectList       = new DynamicSelectList();
     this._LeaveEarnedService      = new LeaveEarnedService();
     this._officeService           = new OfficeServices();
     this._employeeService         = new EmployeeService();
 }
Exemplo n.º 15
0
 public PayrollGenerateController()
 {
     _moduleService = new ModuleService();
     _PayrollAllowanceMasterService  = new PayrollAllowanceMasterService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _PayrollGenerationService       = new PayrollGenerationService();
     _departmentServices             = new DepartmentService();
     _EmployeeService      = new EmployeeService();
     _PayrollReportService = new PayrollReportService();
     _fiscalService        = new FiscalService();
     _officeService        = new OfficeServices();
 }
Exemplo n.º 16
0
 public AttendanceReportController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _departmentServices      = new DepartmentService();
     _designationServices     = new DesignationService();
     _groupServices           = new GroupService();
     _officeServices          = new OfficeServices();
     _moduleService           = new ModuleService();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _reportServices          = new ReportsServices();
 }
 public AttendancyEntireYearController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _departmentServices      = new DepartmentService();
     _designationServices     = new DesignationService();
     _groupServices           = new GroupService();
     _officeServices          = new OfficeServices();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _reportServices          = new ReportsServices();
     _fiscalService           = new FiscalService();
 }
        public AttendanceDetailsController()
        {
            _attendanceDailyServices = new AttendanceDailyService();
            _departmentServices      = new DepartmentService();
            _designationServices     = new DesignationService();

            _officeServices   = new OfficeServices();
            _moduleService    = new ModuleService();
            _employeeServices = new EmployeeService();
            _notifications    = new NotificationService();
            // ViewBag.TopMenuList = _moduleService.GetModuleParents(0);
            //ViewBag.SideBar = _moduleService.GetModuleParents(2);
        }
        public OverallPayrollSheetController()
        {
            _moduleService = new ModuleService();
            _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();

            _PayrollGenerationService = new PayrollGenerationService();
            _departmentServices       = new DepartmentService();
            _EmployeeService          = new EmployeeService();
            _PayrollReportService     = new PayrollReportService();
            _fiscalService            = new FiscalService();
            _officeService            = new OfficeServices();
            _unitofwork = new UnitOfWork();
        }
Exemplo n.º 20
0
        public LeaveYearlyReportController()
        {
            _leaveServices    = new LeaveApplicationService();
            _moduleService    = new ModuleService();
            _employeeServices = new EmployeeService();
            _notifications    = new NotificationService();
            _officeServices   = new OfficeServices();

            _leaveRuleService       = new LeaveRuleService();
            _leaveRuleDetailService = new LeaveRuleDetailService();
            _leaveTypeService       = new LeaveTypeService();
            _leaveAssigned          = new LeaveAssignServices();
            _leaveEarnedService     = new LeaveEarnedService();
        }
 public PayrollLeaveDeductionService(IUnitOfWork unitOfWork = null)
 {
     _unitOfWork    = unitOfWork ?? new UnitOfWork();
     _officeService = new OfficeServices();
 }
Exemplo n.º 22
0
 /// <summary>The get.</summary>
 /// <param name="officeNumber">The office number.</param>
 /// <param name="report">The report.</param>
 /// <returns>The object.</returns>
 ///
 public PatientReportsController()
 {
     this.officeServices = Container.Resolve <IOfficeServices>();
     this.featureManager = Container.Resolve <IFeatureManagerService>();
 }
Exemplo n.º 23
0
 public LeaveEarnedService(IUnitOfWork unitOfWork = null)
 {
     _unitOfWork    = unitOfWork ?? new UnitOfWork();
     _officeService = new OfficeServices();
 }
Exemplo n.º 24
0
 public CompanyInsuranceController()
 {
     this.insuranceManager    = new InsuranceManager();
     this.insuranceIt2Manager = new InsuranceIt2Manager();
     this.officeServices      = Container.Resolve <IOfficeServices>();
 }
Exemplo n.º 25
0
 public CompanyInsuranceController(InsuranceManager insuranceManager, InsuranceIt2Manager insuranceIt2Manager, IOfficeServices officeServices)
 {
     this.insuranceManager    = insuranceManager;
     this.insuranceIt2Manager = insuranceIt2Manager;
     this.officeServices      = officeServices;
 }
Exemplo n.º 26
0
 public OfficeController(IMapper mapper, IOfficeServices officeServices, ICompanyServices companyServices)
 {
     this.mapper          = mapper;
     this.officeServices  = officeServices;
     this.companyServices = companyServices;
 }
Exemplo n.º 27
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OfficeController"/> class.
 /// </summary>
 /// <param name="officeServices">The office services.</param>
 /// <param name="mapper">The mapper.</param>
 public OfficeController(IOfficeServices officeServices, IMapper mapper)
 {
     this.officeServices = officeServices;
     this.mapper         = mapper;
 }
Exemplo n.º 28
0
 public OfficeController(IOfficeServices officeServices)
 {
     this._officeServices = officeServices;
 }