aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/Data
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Data')
-rw-r--r--server/src/Data/Models/LoggedInUserModel.cs1
-rw-r--r--server/src/Data/Static/AppConfiguration.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/server/src/Data/Models/LoggedInUserModel.cs b/server/src/Data/Models/LoggedInUserModel.cs
index 4a5bef9..d802b77 100644
--- a/server/src/Data/Models/LoggedInUserModel.cs
+++ b/server/src/Data/Models/LoggedInUserModel.cs
@@ -2,7 +2,6 @@ namespace IOL.GreatOffice.Api.Data.Models;
public class LoggedInUserModel
{
- public LoggedInUserModel() { }
public Guid Id { get; set; }
public string Username { get; set; }
}
diff --git a/server/src/Data/Static/AppConfiguration.cs b/server/src/Data/Static/AppConfiguration.cs
index d05f2c2..4ee7a8e 100644
--- a/server/src/Data/Static/AppConfiguration.cs
+++ b/server/src/Data/Static/AppConfiguration.cs
@@ -1,5 +1,4 @@
using System.Security.Cryptography.X509Certificates;
-using System.Text;
namespace IOL.GreatOffice.Api.Data.Static;