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)
-
0
Hi @uq
For user notifications, you can inject and use
IRepository<UserNotificationInfo, Guid>
.