From ca81ce2604a14c0c361ea2f2a9ce3cbd8ca751da Mon Sep 17 00:00:00 2001 From: Michal Bohdanowicz Date: Sun, 10 Jan 2021 18:28:23 +0100 Subject: [PATCH] XD --- src/InternshipSystem.Api/ApiProfile.cs | 2 -- .../Result/EditionReportSchemaResult.cs | 10 ---------- 2 files changed, 12 deletions(-) delete mode 100644 src/InternshipSystem.Api/Result/EditionReportSchemaResult.cs diff --git a/src/InternshipSystem.Api/ApiProfile.cs b/src/InternshipSystem.Api/ApiProfile.cs index 208a577..1ff0e8f 100644 --- a/src/InternshipSystem.Api/ApiProfile.cs +++ b/src/InternshipSystem.Api/ApiProfile.cs @@ -20,8 +20,6 @@ namespace InternshipSystem.Api opt => opt.MapFrom(edition => edition.IsOpen ? "Open" : "Archival")); CreateMap(); - - CreateMap(); CreateMap(); diff --git a/src/InternshipSystem.Api/Result/EditionReportSchemaResult.cs b/src/InternshipSystem.Api/Result/EditionReportSchemaResult.cs deleted file mode 100644 index 54e3993..0000000 --- a/src/InternshipSystem.Api/Result/EditionReportSchemaResult.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; -using InternshipSystem.Core.Entity; - -namespace InternshipSystem.Api.Result -{ - public class EditionReportSchemaResult - { - public List ReportSchema { get; set; } - } -} \ No newline at end of file