We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2ddc commit 444524cCopy full SHA for 444524c
sample/Tracker/Tracker.Core/Data/Entities/User.cs
@@ -8,7 +8,7 @@ namespace Tracker.Core.Data.Entities;
8
/// Entity class representing data for table 'User'.
9
/// </summary>
10
[System.ComponentModel.DataAnnotations.Schema.Table("User", Schema = "dbo")]
11
-partial class User : IHaveIdentifier, ITrackCreated, ITrackUpdated
+public partial class User : IHaveIdentifier, ITrackCreated, ITrackUpdated
12
{
13
/// <summary>
14
/// Initializes a new instance of the <see cref="User"/> class.
0 commit comments