cloudscribe.Core.Web.ViewModels.CoreData.StateListPageViewModel.StateListPageViewModel C# (CSharp) Méthode

StateListPageViewModel() public méthode

public StateListPageViewModel ( ) : cloudscribe.Core.Models.Geography
Résultat cloudscribe.Core.Models.Geography
        public StateListPageViewModel()
        {
            Country = new GeoCountryViewModel();
            States = new List<IGeoZone>();
            Paging = new PaginationSettings();
        }
        
StateListPageViewModel