コード例 #1
0
 public virtual bool CopyLeafNode(string strItemID, string strParentItemID, string strUserUguid, ref string strNewTemplateName, ref string strNewItemID, ref string orderIndex)
 {
     return(reportTemplateDAO.CopyLeafNode(strItemID, strParentItemID, strUserUguid, ref strNewTemplateName, ref strNewItemID, ref orderIndex));
 }