예제 #1
0
 public IActionResult GetEmpresaByCNPJ([FromRoute] int id)
 {
     return(Ok(_empresaService.GetUsingSQLCommand(id)));
 }