0
maazq created
Users that are in db.AbpUsers table can be accessable with all their properties? How to get all db.AbpUsers users using IRepository<CLASS> Get method?
2 Answer(s)
-
1
Hi,
You can inject the
IIdentityUserRepository
to get all users. -
0
Hi,
You can inject the
IIdentityUserRepository
to get all users.Got it, thanks.