예제 #1
0
 public ActionResult <Pager <Flow_ResultView> > GetMyStart(PagerQuery <string> para)
 {
     return(bll.GetMyStart(para));
 }