Example #1
0
 public static bool DeletePresents(string idList)
 {
     return(DataValidator.IsValidId(idList) && dal.DeletePresents(idList));
 }