Example #1
0
 public static IList <SortInfo> getSortInfoAll()
 {
     return(SortInfoService.getSortInfoAll());
 }
Example #2
0
 public static SortInfo getSortInfoById(int sortid)
 {
     return(SortInfoService.getSortInfoById(sortid));
 }
Example #3
0
 public static int updateSortInfo(SortInfo sortinfo)
 {
     return(SortInfoService.updateSortInfoById(sortinfo));
 }
Example #4
0
 public static int deleteSortInfo(int sortid)
 {
     return(SortInfoService.deleteSortInfoById(sortid));
 }
Example #5
0
 public static int addSortInfo(SortInfo sortinfo)
 {
     return(SortInfoService.addSortInfo(sortinfo));
 }