Exemplo n.º 1
0
 public bool AddNewConceptTag(string TagName, string Description, string GroupName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.AddNewConceptTag(TagName, Description, GroupName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }