CleanExamDto
This commit is contained in:
@@ -127,6 +127,11 @@ namespace TechHelper.Services
|
||||
}
|
||||
}
|
||||
|
||||
public Task<ApiResponse> GetClassStudents(ClassDto classDto)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public async Task<ApiResponse> GetUserClass(Guid id)
|
||||
{
|
||||
var tch = await _work.GetRepository<ClassTeacher>().GetAllAsync(predicate: user => user.TeacherId == id, include: i => i
|
||||
|
Reference in New Issue
Block a user