Ejemplo n.º 1
0
        private static void StrategySection()
        {
            var storage = new ImageStorage(new PngCompressor(), new BestFilterInTheWorld());

            storage.SavePhoto("asas");
        }