From 5bd6db76111e3b19944696d2a139e2acfcf9cd6e Mon Sep 17 00:00:00 2001 From: Per Kops Date: Fri, 11 Aug 2023 14:44:58 +0200 Subject: [PATCH] chore: Removing not-needed code from sample project --- .../EndpointDefinitions/SwaggerGroupNames.cs | 4 ---- .../Demo.Api.Contracts/EndpointDefinitions/SwaggerGroups.cs | 6 ------ 2 files changed, 10 deletions(-) delete mode 100644 sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroups.cs diff --git a/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroupNames.cs b/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroupNames.cs index b2b89a2..d12e655 100644 --- a/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroupNames.cs +++ b/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroupNames.cs @@ -2,9 +2,5 @@ namespace Demo.Api.Contracts.EndpointDefinitions; public static class SwaggerGroupNames { - public const string Electricity = nameof(Electricity); - - public const string Gas = nameof(Gas); - public const string Users = nameof(Users); } \ No newline at end of file diff --git a/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroups.cs b/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroups.cs deleted file mode 100644 index 67c2ca6..0000000 --- a/sample/src/Demo.Api.Contracts/EndpointDefinitions/SwaggerGroups.cs +++ /dev/null @@ -1,6 +0,0 @@ -////namespace Demo.Api.Contracts.EndpointDefinitions; - -////public static class SwaggerGroups -////{ -//// public const string V1 = "v1"; -////} \ No newline at end of file