Example #1
0
 public AllAlarms GetAllAlarmsByPerson(AlarmSearchArgAll args)
 {
     return(service.GetAllAlarmsByPerson(args));
 }