Exemplo n.º 1
0
 public async Task <Notification> GetNotification()
 {
     return(await _notificationClient.GetNotification());
 }
 public async Task <Notification> GetNotification()
 {
     return(await _cache.GetNotification());
 }