重构试卷相关内容
This commit is contained in:
9
TechHelper.Server/Services/IAssignmentGroupService.cs
Normal file
9
TechHelper.Server/Services/IAssignmentGroupService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Entities.Contracts;
|
||||
using TechHelper.Services;
|
||||
|
||||
namespace TechHelper.Server.Services
|
||||
{
|
||||
public interface IAssignmentGroupService : IBaseService<AssignmentGroup, Guid>
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user