Spaces:
Paused
Paused
| namespace Application.DTOs.OrderDTOs | |
| { | |
| public class AssignRobotDTO | |
| { | |
| public int RobotId { get; set; } | |
| } | |
| } | |
| namespace Application.DTOs.OrderDTOs | |
| { | |
| public class AssignRobotDTO | |
| { | |
| public int RobotId { get; set; } | |
| } | |
| } | |