Exemplo n.º 1
0
 public async Task SetNotification(Notification notificaiton)
 {
     await _notificationClient.SetNotification(notificaiton);
 }
 public async Task SetNotification(Notification notification)
 {
     await _cache.SetNotification(notification);
 }