Example #1
0
 public IEnumerable <Sport> GetArchivedSports()
 {
     return(_repository.GetArchivedSports());
 }