public RecordViewModel(SearchSortPageViewModel searchSortPageParams, int id) { SearchSortPageParams = searchSortPageParams; Id = id; }
public RecordViewModel() { SearchSortPageParams = new SearchSortPageViewModel(); Id = 0; }