示例#1
0
 public ActionResult <Joke> Get(int id)
 {
     return(_jokeRepository.GetJoke(id));
 }