Exemplo n.º 1
0
 public string AddView2View(string ViewID, string GroupID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.AddView2View(ViewID, GroupID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }