// GET api/values public List <WordSetModel> Get(string from, string to) { return(_quaryClass.GetWordsByQuery(from, to)); }