Esempio n. 1
0
 public async Task <List <UserNotification> > GetByNotificationIdAsync(long id)
 {
     return(await _userNotificationService.GetByNotificationIdAsync(id));
 }