Exemplo n.º 1
0
 public ActionResult <Knight> Get(int id)
 {
     return(Ok(_service.FindById(id)));
 }