Exemplo n.º 1
0
 public PessoaRespost CadastraPessoa(PessoaRequest Pessoa)
 {
     return(_pessoaRepositorio.CadastrarPessoa(Pessoa));
 }