Exemple #1
0
 public bool DeleteLocationAlarm(List <int> idList)
 {
     return(service.DeleteLocationAlarm(idList));
 }