Exemple #1
0
 public bool RemoveSource(OCL.User AccessingUser,OCL.Source S)
 {
     try
     {
         Functions F = new Functions();
         return F.RemoveObjectFromGroup(AccessingUser,S,this);
     }
     catch(Exception Err)
     {
         throw new ApplicationException(Err.Message,Err.InnerException);
     }
 }