重构项目结构,移除Assignment相关功能,优化Submission模块
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
This commit is contained in:
11
TechHelper.Server/Services/Lesson/ILessonService.cs
Normal file
11
TechHelper.Server/Services/Lesson/ILessonService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Entities.DTO;
|
||||
|
||||
namespace TechHelper.Services.Beta
|
||||
{
|
||||
/// <summary>
|
||||
/// Lesson服务接口
|
||||
/// </summary>
|
||||
public interface ILessonService : IBaseService<LessonDto, Guid>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user