예제 #1
0
        static void Main(string[] args)
        {
            RegisterServices();
            UpperRightCoordinatesModel upperRightCoordinates = _roverService.EnterUpperRightCoordinates();
            List <RoversModel>         roverList             = _roverService.FillRoversData(upperRightCoordinates);

            _roverService.RoversMovementActions(roverList);
            Console.ReadKey();
        }