コード例 #1
0
 public List <PessoaPorConceitoDto> ListarPessoaPorTodosConceitos()
 {
     return(negocio.ListarPessoaPorTodosConceitos());
 }