cloudscribe.Core.Web.ViewModels.CoreData.StateListPageViewModel.StateListPageViewModel C# (CSharp) Метод

StateListPageViewModel() публичный Метод

public StateListPageViewModel ( ) : cloudscribe.Core.Models.Geography
Результат cloudscribe.Core.Models.Geography
        public StateListPageViewModel()
        {
            Country = new GeoCountryViewModel();
            States = new List<IGeoZone>();
            Paging = new PaginationSettings();
        }
        
StateListPageViewModel