示例#1
0
 public ActionResult <IEnumerable <FlowLogView> > GetFlowLog(Guid businessid)
 {
     return(bll.GetFlowLog(businessid));
 }