Skip to content

Commit

Permalink
Update User.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jul 9, 2024
1 parent acd2ddc commit 444524c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Tracker/Tracker.Core/Data/Entities/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Tracker.Core.Data.Entities;
/// Entity class representing data for table 'User'.
/// </summary>
[System.ComponentModel.DataAnnotations.Schema.Table("User", Schema = "dbo")]
partial class User : IHaveIdentifier, ITrackCreated, ITrackUpdated
public partial class User : IHaveIdentifier, ITrackCreated, ITrackUpdated
{
/// <summary>
/// Initializes a new instance of the <see cref="User"/> class.
Expand Down

0 comments on commit 444524c

Please sign in to comment.