Update AppUser.cs

pull/1318/head
Super 6 years ago committed by GitHub
parent 839d1b1bd7
commit 2b3671f67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ namespace MyCompanyName.MyProjectName.Users
* IdentityUser entity of the Identity module.
*
* - You can define your custom properties into this class.
* - You never create or delete this entity, becase it is Identity module's job.
* - You never create or delete this entity, because it is Identity module's job.
* - You can query users from database with this entity.
* - You can update values of your custom properties.
*/

Loading…
Cancel
Save