Beispiel #1
0
 bool TestMethod(string input)
 {
     _simpleService.SetString(input);
     return(_simpleService.GetBool());
 }