feat(api,core,domain): Изменен контроллер RobotTaskRobotStatusController, метод изменения статуса задания вынесен в сервисы. Добавлена логика успрешного переименования шаблона.
This commit is contained in:
9
PARR.Domain/DTOs/Shared/RobotDto.cs
Normal file
9
PARR.Domain/DTOs/Shared/RobotDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PARR.Domain.DTOs.Shared
|
||||
{
|
||||
public record RobotDto
|
||||
{
|
||||
public int Code { get; init; }
|
||||
public required string Name { get; init; }
|
||||
public required string Description { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user