Beispiel #1
0
 public IEnumerable <Student> Get(string parameter)
 {
     return(SortingService.SortBy(parameter, _uow));
 }