feat(api): управление job auto control из api
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using PARR.DAL.Models.Job;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Job
|
||||
{
|
||||
public interface IJobAutoControlService
|
||||
{
|
||||
IQueryable<JobAutoControl> Get();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user