예제 #1
0
 void DoSomething(string x)
 {
     _service.AddCountry(x.Trim());  // Trim() => example operation
 }