Esempio n. 1
0
 public bool AddChildInputModel(string MainModelID, string ChildModelID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.AddChildInputModel(MainModelID, ChildModelID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }