Ejemplo n.º 1
0
 public Page <DeviceAlarm> GetDeviceAlarmsPage(AlarmSearchArg arg)
 {
     return(service.GetDeviceAlarmsPage(arg));
 }