Base solution for your next web application
Open Closed

Get all user notifications by admin #6181


User avatar
0
uq created

Is there any method by which I can get all notification list of current application users by admin login?

This method GetUserNotificationsAsync retrives current logged in user notifications but I need to get all user notification at admin side.

Please suggest.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @uq

    For user notifications, you can inject and use IRepository<UserNotificationInfo, Guid>.