aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/Data/Database/BaseWithOwner.cs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Data/Database/BaseWithOwner.cs')
-rw-r--r--server/src/Data/Database/BaseWithOwner.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/server/src/Data/Database/BaseWithOwner.cs b/server/src/Data/Database/BaseWithOwner.cs
index 8c54aa2..1eb99f4 100644
--- a/server/src/Data/Database/BaseWithOwner.cs
+++ b/server/src/Data/Database/BaseWithOwner.cs
@@ -5,15 +5,15 @@ namespace IOL.GreatOffice.Api.Data.Database;
/// </summary>
public class BaseWithOwner : Base
{
- protected BaseWithOwner() { }
+ protected BaseWithOwner() { }
- protected BaseWithOwner(Guid userId) {
- UserId = userId;
- }
+ protected BaseWithOwner(Guid userId) {
+ UserId = userId;
+ }
- public Guid? UserId { get; set; }
- public Guid? TenantId { get; init; }
- public Guid? ModifiedById { get; init; }
- public Guid? CreatedById { get; init; }
- public Guid? DeletedById { get; init; }
-}
+ public Guid? UserId { get; set; }
+ public Guid? TenantId { get; init; }
+ public Guid? ModifiedById { get; init; }
+ public Guid? CreatedById { get; init; }
+ public Guid? DeletedById { get; init; }
+} \ No newline at end of file