示例#1
0
 public string ABC(IDestination destination)
 {
     return(destination.DoSomething());
 }