重构项目结构,移除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:
12
TechHelper.Server/Services/Textbook/ITextbookService.cs
Normal file
12
TechHelper.Server/Services/Textbook/ITextbookService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Entities.DTO;
|
||||
using TechHelper.Services;
|
||||
|
||||
namespace TechHelper.Services.Beta
|
||||
{
|
||||
/// <summary>
|
||||
/// 教材服务接口
|
||||
/// </summary>
|
||||
public interface ITextbookService : IBaseService<TextbookDto, Guid>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user