Exemple #1
0
 public List <Tournament> GetAllTour()
 {
     return(_tourRepo.ReadAll().ToList());
 }