重构试卷相关内容
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Entities.DTO;
|
||||
using Entities.Contracts;
|
||||
using Entities.DTO;
|
||||
using TechHelper.Services;
|
||||
|
||||
namespace TechHelper.Server.Services
|
||||
@@ -6,5 +7,6 @@ namespace TechHelper.Server.Services
|
||||
public interface IExamService : IBaseService<ExamDto, Guid>
|
||||
{
|
||||
Task<ApiResponse> GetAllExamPreview(Guid user);
|
||||
QuestionGroupDto MapAssignmentGroupToDto(AssignmentGroup ag);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user