cloudscribe.Core.Web.ViewModels.CoreData.StateListPageViewModel.StateListPageViewModel C# (CSharp) Method

StateListPageViewModel() public method

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