Ejemplo n.º 1
0
 public async Task <CustomResponse <Evento> > GetBySigla(string sigla)
 {
     return(await _service.GetBySigla(sigla));
 }