Beispiel #1
0
 public int GetBeamAlertCount()
 {
     return(statisticsDal.GetBeamAlertCount());
 }
Beispiel #2
0
 public async Task <int> GetBeamAlertCount()
 {
     return(await _statisticsDal.GetBeamAlertCount());
 }