コード例 #1
0
        private IParkingLotService GetParkingLotService()
        {
            var parkingLotService = new ParkingLotService();

            parkingLotService.Initialize();

            return(parkingLotService);
        }