Пример #1
0
 public string CMD_ClearView2App(string QueryModelID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.CMD_ClearView2App(QueryModelID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }