Exemple #1
0
 public IList <Curso> ObtenerCursoBuscado(string busqueda)
 {
     return(oCursoDao.GetCursoBySearch(busqueda));
 }