Example #1
0
 public void OnGet(int id)
 {
     posicao = _posicaosRepository.Get(id);
 }