Open Closed

How to db.AbpUsers users? #2624


User avatar
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)
  • User Avatar
    1
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can inject the IIdentityUserRepository to get all users.

  • User Avatar
    0
    maazq created

    Hi,

    You can inject the IIdentityUserRepository to get all users.

    Got it, thanks.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11