Update identity-primary-key-configuration.md

pull/3599/head
dansoper 2017-06-29 09:19:56 +01:00 committed by GitHub
parent fbdb1985d0
commit 34cf6cb1ee
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ASP.NET Core Identity allows you to easily configure the data type you want for
## How to
1. The first step is to implement the Identity's model, and override the <string> behavior to <data type you want>'s one.
1. The first step is to implement the Identity's model, and override the string type with the data type you want.
[!code-csharp[Main](identity/sample/src/ASPET-IdentityDemo-PrimaryKeysConfig/Models/ApplicationUser.cs?highlight=4-6&range=7-13)]