예제 #1
0
 public IEnumerable <Team> teams()
 {
     return(teamRepo.findAll());
 }