1
This commit is contained in:
@@ -15,6 +15,9 @@ namespace TechHelper.Context
|
||||
CreateMap<AssignmentQuestionEx, AssignmentQuestionDto>()
|
||||
.ForMember(d=>d.Description, o=>o.Ignore());
|
||||
CreateMap<AssignmentEx, AssignmentDto>();
|
||||
|
||||
|
||||
CreateMap<AssignmentCheckData, Submission>();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user