コード例 #1
0
 public List<FlowUserInfo> GetSuperiorByPostID(string postID)
 {
     using (SysUserBLL bll = new SysUserBLL())
     {
         Tracer.Debug("流程调用了GetSuperiorByPostID:" + postID);
         return bll.GetSuperiorByPostID(postID);
     }
 }