Exemplo n.º 1
0
 public DataSet ListPermissions(bool suppressExceptions, string loginToken, int permID, List <int> excludePermIDs, bool enabledOnly)
 {
     using (SecureData sd = new SecureData(suppressExceptions, loginToken)) {
         return(sd.ListPermissions(permID, excludePermIDs, enabledOnly));
     }
 }