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