Esempio n. 1
0
 public StaffDetailsViewModel()
 {
     Staff = new StaffModel();
     ListWorkingProcess                = new List <WorkingProcessModel>();
     ListRole                          = new List <StaffRoleModel>();
     ListOrganization                  = new List <OrganizationModel>();
     ListStaffRelationShips            = new TableViewModel();
     ListReward                        = new TableViewModel();
     ListDiscipline                    = new TableViewModel();
     ListWorkingProcess                = new List <WorkingProcessModel>();
     WorkingProcess                    = new WorkingProcessModel();
     ListWorkingProcessTable           = new TableViewModel();
     ListSalary                        = new TableViewModel();
     ListAllowance                     = new TableViewModel();
     ListBenefit                       = new TableViewModel();
     ListTable                         = new TableViewModel();
     SocialInsurance                   = new StaffSocialInsuranceModel();
     HealthInsurance                   = new HealthInsuranceModel();
     ListExperience                    = new List <StaffExperienceModel>();
     ListCertificate                   = new List <StaffCertificateModel>();
     StaffOnboardInfo                  = new StaffOnboardInfoModel();
     StaffRelationships                = new List <StaffRelationShipsModel>();
     StaffWorkingDayMachine            = new List <StaffWorkingDayMachineModel>();
     StaffAllowancePopupWorkingprocess = new List <StaffAllowanceModel>();
     StaffBenefitPopupWorkingprocess   = new List <StaffBenefitsModel>();
 }
Esempio n. 2
0
 public HealthInsuranceViewModel()
 {
     HealthInsurance      = new HealthInsuranceModel();
     DataDropdownType     = new List <dynamic>();
     HealthInsuranceTable = new TableViewModel();
 }
Esempio n. 3
0
 public InsuranceViewModel()
 {
     StaffSocialInsurance = new StaffSocialInsuranceModel();
     HealthInsurance      = new HealthInsuranceModel();
 }