//GET: api/Serie/flash public IEnumerable <Serie> Get(string query, int page) { return(SerieDAO.GetResults(query, page)); }