Exemplo n.º 1
0
 void ITableSortModel.SetSortType(string sortType)
 {
     this.SortType = SortType.Parse(sortType);
 }
Exemplo n.º 2
0
 void ITableSortModel.SetSortType(SortType sortType)
 {
     this.SortType = SortType;
 }