コード例 #1
0
        public async Task <IActionResult> PorDocumento(string value)
        {
            var result = await _service.PorDocumento(value);

            return(Result((PessoaResponse)result));
        }