Example #1
0
 public DeclareIndexRequest()
 {
     this.CountryCodeList = ViewModelsFactory.CreateCountryList();
 }
Example #2
0
 public EditOwnerRequest() : base()
 {
     this.CountryCodeList = ViewModelsFactory.CreateCountryList();
 }
Example #3
0
 public ActivateMobileRequest()
 {
     this.CountryCodeList = ViewModelsFactory.CreateCountryList();
 }