@ -47,7 +47,7 @@ public int Reputation { get; protected set; }
Create the Users folder in the **CustomizeUserDemo.Domain.Shared** project, create the class `UserConsts` inside the folder and update the class you created as below:
```csharp
public class UserConst
public static class UserConsts
{
public const string TitlePropertyName = "Title";
@ -83,13 +83,13 @@ public static class CustomizeUserDemoEfCoreEntityExtensionMappings