feat(api): ResponseAreaController getAll. WorkGroupController, getAll, добавлен фильтр по ЗО.
This commit is contained in:
9
PARR.DAL/Services/Interfaces/IResponseAreaService.cs
Normal file
9
PARR.DAL/Services/Interfaces/IResponseAreaService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using PARR.DAL.Models;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IResponseAreaService
|
||||
{
|
||||
IQueryable<ResponseArea> Get();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user