Ejemplo n.º 1
0
 public void Resize(Photo photo)
 {
     Console.WriteLine("Resizing...");
 }
Ejemplo n.º 2
0
 public void ApplyBrightness(Photo photo)
 {
     Console.WriteLine("Adjusting brightness...");
 }
Ejemplo n.º 3
0
 public void ApplyContrast(Photo photo)
 {
     Console.WriteLine("Adjusting contrast...");
 }