예제 #1
0
 public MPMerchantBusinessModel()
 {
     Business = new MPMerchantBusinessInfoModel();
     PhysicalAddress = new MPMerchantAddressInfoModel();
     LegalAddress = new MPMerchantAddressInfoModel();
     Processor = new List<MPMerchantProcessorInfoModel>();
     IndustryTypes = new List<SelectListItem>();
     Processors = new List<SelectListItem>();
 }
 public MPMerchantContactDetailModel()
 {
     Contact = new MPMerchantContactsModel();
     Address = new MPMerchantAddressInfoModel();
 }
 public MPMerchantOwnerDetailModel()
 {
     Owner = new MPMerchantOwnersModel();
     Address = new MPMerchantAddressInfoModel();
 }
예제 #4
0
 public MPMerchantLandlordModel()
 {
     Questions = new MPMerchantLandlordQuestionsModel();
     LandlordAddress = new MPMerchantAddressInfoModel();
 }