Beispiel #1
0
 public static void Execute(Interface target)
 {
     target.Execute();
 }
 public static void Execute(Interface operation)
 {
     operation.Execute();
 }