Ejemplo n.º 1
0
 public async Task <JsonResult> GetNotificationsByUserId([Required] Guid userId, bool onlyUnread = true)
 => await JsonAsync(_notify.GetNotificationsByUserIdAsync(userId, onlyUnread));