feat(api,core,dal,domain): Сохранение снапшотов состояния роботов.
This commit is contained in:
5
PARR.Domain/DTOs/RobotSnapshotDTO/CreateRobotSnapshot.cs
Normal file
5
PARR.Domain/DTOs/RobotSnapshotDTO/CreateRobotSnapshot.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace PARR.Domain.DTOs.RobotSnapshotDTO
|
||||
{
|
||||
public record CreateRobotSnapshot(int TemplateRobotsCount, int ScheduleRobotsCount, int MaxRobots, string Ip);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user