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