示例#1
0
 public async Task <Joke> GetJokeByCategory(JokeCategory category) =>
 await GetJoke($"{ApiUrl}?category={category.ToString()}");