Example #1
0
 public IEnumerable <MatchViewModel> GetAll()
 {
     return(_signalRService.GetAll().OrderBy(m => m.StartDate));
 }