Example #1
0
 public bool DeleteAlert(Guid AlertID)
 {
     return(access.DeleteAlert(AlertID));
 }