Example #1
0
 public Page <RouteView> ListRoute(int type, PageCondition cond)
 {
     return(rep.ListRoute(type, cond));
 }