コード例 #1
0
 public ActionResult Movimentacoes(int id)
 {
     return(View(movimentacaoRepository.GetMovimentacaoPorPessoa(id)));
 }