コード例 #1
0
 public override void Execute(Command command)
 {
     _parkingLotService.EmptySlot(int.Parse(command.GetParams()[0]));
     Console.WriteLine($"Slot number {command.GetParams()[0]} is free now");
 }