XD
This commit is contained in:
parent
4bdc04858e
commit
ca81ce2604
@ -20,8 +20,6 @@ namespace InternshipSystem.Api
|
||||
opt => opt.MapFrom(edition => edition.IsOpen ? "Open" : "Archival"));
|
||||
|
||||
CreateMap<Edition, EditionManagementResult>();
|
||||
|
||||
CreateMap<Edition, EditionReportSchemaResult>();
|
||||
|
||||
CreateMap<Edition, EditionDetailsResult>();
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using InternshipSystem.Core.Entity;
|
||||
|
||||
namespace InternshipSystem.Api.Result
|
||||
{
|
||||
public class EditionReportSchemaResult
|
||||
{
|
||||
public List<ReportField> ReportSchema { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user