change
This commit is contained in:
10
TechHelper.Server/Services/IExamService.cs
Normal file
10
TechHelper.Server/Services/IExamService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Entities.DTO;
|
||||
using TechHelper.Services;
|
||||
|
||||
namespace TechHelper.Server.Services
|
||||
{
|
||||
public interface IExamService : IBaseService<ExamDto, Guid>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user