예제 #1
0
 public RecordViewModel(SearchSortPageViewModel searchSortPageParams, int id)
 {
     SearchSortPageParams = searchSortPageParams;
     Id = id;
 }
예제 #2
0
 public RecordViewModel()
 {
     SearchSortPageParams = new SearchSortPageViewModel();
     Id = 0;
 }