예제 #1
0
 public IActionResult GetGrupo(string descricao)
 {
     return(Ok(_servico.Lov(descricao)));
 }