feat(api): Доделал респонс RobotTaskScheduleResponse
This commit is contained in:
10
PARR.DAL/Services/Interfaces/IEsppSchTypeConfigService.cs
Normal file
10
PARR.DAL/Services/Interfaces/IEsppSchTypeConfigService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PARR.DAL.Models;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IEsppSchTypeConfigService : IBaseService<EsppSchTypeConfig>
|
||||
{
|
||||
IQueryable<EsppSchTypeConfig> GetWithSchIncludes();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user