コード例 #1
0
 public MPMerchantLandlordModel()
 {
     Questions = new MPMerchantLandlordQuestionsModel();
     LandlordAddress = new MPMerchantAddressInfoModel();
 }
コード例 #2
0
 public MPMerchantContactDetailModel()
 {
     Contact = new MPMerchantContactsModel();
     Address = new MPMerchantAddressInfoModel();
 }
コード例 #3
0
 public MPMerchantOwnerDetailModel()
 {
     Owner = new MPMerchantOwnersModel();
     Address = new MPMerchantAddressInfoModel();
 }