Beispiel #1
0
 public bool DeleteAlert(int alertId)
 {
     return(_dbQueryService.DeleteAlert(alertId));
 }