Example #1
0
 public IHttpActionResult BuscarCpf(string cpf)
 {
     return(Ok(new { dados = repositorio.BuscarCpf(cpf) }));
 }