public JokeTest()
 {
     server = new JokeServer();
 }
Beispiel #2
0
 public JokesController()
 {
     server = new JokeServer();
 }