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