Example #1
0
 public void Broadcast()
 {
     _broadcastService.SendNotificationAsync();
 }
 public async Task Get()
 {
     _broadcastService.SendNotificationAsync();
 }