Exemplo n.º 1
0
 public string CMD_DelView2GL(MD_View_GuideLine View2GL)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.CMD_DelView2GL(View2GL));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }