XD
This commit is contained in:
parent
4bdc04858e
commit
ca81ce2604
@ -21,8 +21,6 @@ namespace InternshipSystem.Api
|
||||
|
||||
CreateMap<Edition, EditionManagementResult>();
|
||||
|
||||
CreateMap<Edition, EditionReportSchemaResult>();
|
||||
|
||||
CreateMap<Edition, EditionDetailsResult>();
|
||||
|
||||
CreateMap<Edition, EditionConfigurationResult>();
|
||||
|
@ -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