Пример #1
0
 public bool AddNewViewExRight(string RightValue, string RightTitle, string ViewID, MD_QueryModel_ExRight FatherRight)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.AddNewViewExRight(RightValue, RightTitle, ViewID, FatherRight));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }