diff --git a/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs b/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs index c64334e4..becacca4 100644 --- a/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs +++ b/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs @@ -1,4 +1,3 @@ -// SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs using MessagePack; using System.Text.Json.Serialization; diff --git a/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs b/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs index 939e7cb2..567d1f88 100644 --- a/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs +++ b/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs @@ -1,4 +1,3 @@ -// SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs using System.Net; using System.Text; using NUnit.Framework;