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)
- 
    1Hi, You can inject the IIdentityUserRepositoryto get all users.
- 
    0Hi, You can inject the IIdentityUserRepositoryto get all users.Got it, thanks. 
 
                                