Ejemplo n.º 1
0
 public RecordViewModel(SearchSortPageViewModel searchSortPageParams, int id)
 {
     SearchSortPageParams = searchSortPageParams;
     Id = id;
 }
Ejemplo n.º 2
0
 public RecordViewModel()
 {
     SearchSortPageParams = new SearchSortPageViewModel();
     Id = 0;
 }