Example #1
0
 public void OnGet(string key)
 {
     Library = methods.SortBy(Library, key);
 }