Beispiel #1
0
 public List <AlarmInfo> GetAlarms()
 {
     try {
         return(alarmDal.GetAlarms());
     } catch {
         throw;
     }
 }