Esempio n. 1
0
 public virtual bool CopyPhraseLeafNode(string strItemID, string strParentItemID, string strUserUguid, ref string newTemplateName, ref string newItemID, ref string newTemplateID, ref string orderIndex)
 {
     return(dbProvider.CopyPhraseLeafNode(strItemID, strParentItemID, strUserUguid, ref newTemplateName, ref newItemID, ref newTemplateID, ref orderIndex));
 }