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