public RegixPersonDataAddressVM() { Report = new RegixReportVM(); PersonAddressFilter = new RegixPersonAddressFilterVM(); PersonDataResponse = new RegixPersonDataResponseVM(); PermanentAddressResponse = new RegixPersonAddressResponseVM(); TemporaryAddressResponse = new RegixPersonAddressResponseVM(); }
public RegixStateOfPlayVM() { Report = new RegixReportVM(); StateOfPlayFilter = new RegixStateOfPlayFilterVM(); StateOfPlayResponse = new RegixStateOfPlayResponseVM(); }
public RegixActualStateV3VM() { Report = new RegixReportVM(); ActualStateV3Filter = new RegixActualStateV3FilterVM(); ActualStateV3Response = new RegixActualStateV3ResponseVM(); }
public RegixEmploymentContractsVM() { Report = new RegixReportVM(); EmploymentContractsFilter = new RegixEmploymentContractsFilterVM(); EmploymentContractsResponse = new List <RegixEmploymentContractsResponseVM>(); }
public RegixPensionIncomeAmountVM() { Report = new RegixReportVM(); PensionIncomeAmountFilter = new RegixPensionIncomeAmountFilterVM(); PensionIncomeAmountResponse = new RegixPensionIncomeAmountResponseVM(); }
public RegixPersonAddressVM() { Report = new RegixReportVM(); PersonAddressFilter = new RegixPersonAddressFilterVM(); PersonAddressResponse = new RegixPersonAddressResponseVM(); }
public RegixPersonalIdentityV2VM() { Report = new RegixReportVM(); PersonalIdentityV2Filter = new RegixPersonalIdentityV2FilterVM(); PersonalIdentityV2Response = new RegixPersonalIdentityV2ResponseVM(); }
public RegixPersonDataVM() { Report = new RegixReportVM(); PersonDataFilter = new RegixPersonDataFilterVM(); PersonDataResponse = new RegixPersonDataResponseVM(); }
public RegixCompensationByPaymentPeriodVM() { Report = new RegixReportVM(); CompensationByPaymentPeriodFilter = new RegixCompensationByPaymentPeriodFilterVM(); CompensationByPaymentPerioResponse = new RegixCompensationByPaymentPerioResponseVM(); }