feat(api): Контроллер по управлению ScheduleEsppId. Получение задания для расписания.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class TemplateScheduleEsppIdResponse
|
||||
{
|
||||
public string? ScheduleEsppId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user