6 lines
167 B
C#
6 lines
167 B
C#
namespace PARR.Domain.DTOs.RobotSnapshotDTO
|
|
{
|
|
public record CreateRobotSnapshot(int TemplateRobotsCount, int ScheduleRobotsCount, int MaxRobots, string Ip);
|
|
|
|
}
|