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