Пример #1
0
 public async Task <IEnumerable <NotificationModel> > Get()
 {
     return
         (await _notificationStore.GetAllNotifications());
 }