feat(api): Статистика: Получить кол-во шаблонов у которых ИД расписания null и нет задания на создание расписания
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public record StatTemplatesWithoutScheduleResponse(int Count);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user