Exemple #1
0
 public void AddToBeamAlertCount()
 {
     statisticsDal.AddToBeamAlertCount();
 }
 public async Task AddToBeamAlertCount()
 {
     await _statisticsDal.AddToBeamAlertCount();
 }