Example #1
0
 public DataSet DeleteList(bool suppressExceptions, string userName, string password, string groupName, string tabName, int cooperatorID)
 {
     using (SecureData sd = new SecureData(suppressExceptions, Login(userName, password))) {
         return(sd.DeleteList(groupName, tabName, cooperatorID));
     }
 }