Exemplo n.º 1
0
 public void AdjustBrightness(Photo photo)
 {
     Console.WriteLine("Adjusted Brigtness");
 }
Exemplo n.º 2
0
 public void ApplyContrast(Photo photo)
 {
     Console.WriteLine("Applied Contrast");
 }