feat(core): WorkloadService - реализация логики формирования отчета

This commit is contained in:
Mikhail Trubnikov
2026-05-06 17:00:08 +10:00
parent 7d42a80556
commit eb6036f2c9
6 changed files with 443 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
namespace PARR.Core.Services.Workload.Interfaces
{
/// <summary>
/// Сервис формирования отчетности о загруженности
/// </summary>
public interface IWorkloadService
{
}
}