I am working with ASP.Net Boilerplate. I want to send isActive=true
to the AbpUser
table when a user is confirmed by email. How can I access the database and do a query on that?
As you know Boilerplate doesn't provide entity classes so I am working with extensions on those classes. I don't know how queries on those classes access the database. Any idea?
I wrote a sample code to show you how you can update a field of user with IRepository.