예제 #1
0
 public ActionResult <IEnumerable <Player> > GetPlayers(int id)
 {
     return(Ok(_tr.GetPlayers(id)));
 }