feat(api, dal): EsppScheduleTypeScheduleController. В таблицу EsppScheTypeValue добавлено поле Order
This commit is contained in:
10
PARR.DAL/Services/Interfaces/IEsppSchTypeScheduleService.cs
Normal file
10
PARR.DAL/Services/Interfaces/IEsppSchTypeScheduleService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PARR.DAL.Models;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IEsppSchTypeScheduleService
|
||||
{
|
||||
IQueryable<EsppSchTypeSchedule> Get();
|
||||
Task<EsppSchTypeSchedule?> GetAsync(int id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user