Exemplo n.º 1
0
 public async Task hello_world_and_notfound()
 {
     using (var client = CreateClient())
     {
         await CommonTests.hello_world_and_notfound(client);
     }
 }
 public async Task hello_world_and_notfound()
 {
     await CommonTests.hello_world_and_notfound(_client);
 }