feat(dal): Созданы таблицы JobGroupTypes+UnitsInTemplates, обновлен ключ уникального индекса шаблонов
This commit is contained in:
9
PARR.DAL/Services/Interfaces/Job/IJobGroupTypeService.cs
Normal file
9
PARR.DAL/Services/Interfaces/Job/IJobGroupTypeService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using PARR.DAL.Models.Job;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Job
|
||||
{
|
||||
public interface IJobGroupTypeService : IBaseService<JobGroupType>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user