コード例 #1
0
 public PagtoJogador ObterPorId(int id)
 {
     return(repositorio.ObterPorId(id));
 }