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