Пример #1
0
 public async Task PersistNotificationToken(NotificationsIdentifierModel model)
 {
     await _notificationsRepository.SaveNotificationIdentifier(model);
 }