コード例 #1
0
 public PessoaRespost CadastraPessoa(PessoaRequest Pessoa)
 {
     return(_pessoaRepositorio.CadastrarPessoa(Pessoa));
 }