feat(dal): Созданы таблицы схемы Job
This commit is contained in:
8
PARR.DAL/Services/Interfaces/Job/IJobService.cs
Normal file
8
PARR.DAL/Services/Interfaces/Job/IJobService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Job
|
||||
{
|
||||
public interface IJobService : IBaseService<Models.Job.Job>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user