Example #1
0
        public async Task <IActionResult> PorDocumento(string id)
        {
            var result = await _service.PorPessoa(id);

            return(Result((EmpresaResponse)result));
        }