示例#1
0
 public IActionResult Qsort(string value)
 {
     if (value != null)
     {
         TextModel.WordsByHoare = TextModel.GetDictionarySortedByHoare(value);
     }
     return(View());
 }