Example #1
0
 public bool AddSystemSubMenu(string FatherMenuID, string NodeID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.AddSystemSubMenu(FatherMenuID, NodeID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }