示例#1
0
 public static int DoAddition(IOperations ops, int a, int b)
 {
     return(ops.AddInt(a, b));
 }