예제 #1
0
 public ActionResult <Pager <FlowMasterView> > GetFlowMastersPage(PagerQuery <int> query)
 {
     return(bll.GetFlowMastersPage(query));
 }