grandchamp / Identity.Dapper

Identity package that uses Dapper instead EntityFramework for use with .NET Core
MIT License
268 stars 62 forks source link

Implement IQueryable<TUser> Users #90

Open qnguyen12 opened 4 years ago

qnguyen12 commented 4 years ago

Hi,

I am working on extending UserManager and need Users. However the property is not implemented. Wondering could you implement it? I know dapper not to do it but we can do like IEnumerable.AsQueryable()?