exam_service
This commit is contained in:
@@ -5,6 +5,6 @@ namespace TechHelper.Server.Services
|
||||
{
|
||||
public interface IExamService : IBaseService<ExamDto, Guid>
|
||||
{
|
||||
|
||||
Task<ApiResponse> GetAllExamPreview(Guid user);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user