Exemplo n.º 1
0
 public int SendAlarmRequest(DateTime?start, DateTime?end)
 {
     return(group.SendAlarmRequest(start, end));
 }