Ejemplo n.º 1
0
 public List <Competencia> GetComptenciasByAno(int ano)
 {
     return(_competenciaRepository.GetComptenciasByAno(ano));
 }