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