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