예제 #1
0
 public async Task <Robot> GetRobotById([FromBody] int id) => await _robotService.GetRobotById(id);