1
This commit is contained in:
@@ -22,5 +22,17 @@ namespace TechHelper.Server.Services
|
||||
/// <returns>创建成功的试卷ID</returns>
|
||||
Task<ApiResponse> CreateExamAsync(AssignmentDto examDto);
|
||||
|
||||
|
||||
|
||||
Task<ApiResponse> SubmissionAssignment(SubmissionDto submissionDto);
|
||||
|
||||
|
||||
Task<ApiResponse> AssignmentToAllStudentsAsync(Guid id);
|
||||
|
||||
Task<ApiResponse> AssignmentToStudentsAsync(Guid assignementId, Guid studentId);
|
||||
|
||||
|
||||
Task<ApiResponse> GetAllSubmissionAsync(Guid id);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user