Skip to content

Commit 444524c

Browse files
committed
Update User.cs
1 parent acd2ddc commit 444524c

File tree

1 file changed

+1
-1
lines changed
  • sample/Tracker/Tracker.Core/Data/Entities

1 file changed

+1
-1
lines changed

sample/Tracker/Tracker.Core/Data/Entities/User.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Tracker.Core.Data.Entities;
88
/// Entity class representing data for table 'User'.
99
/// </summary>
1010
[System.ComponentModel.DataAnnotations.Schema.Table("User", Schema = "dbo")]
11-
partial class User : IHaveIdentifier, ITrackCreated, ITrackUpdated
11+
public partial class User : IHaveIdentifier, ITrackCreated, ITrackUpdated
1212
{
1313
/// <summary>
1414
/// Initializes a new instance of the <see cref="User"/> class.

0 commit comments

Comments
 (0)