Exemplo n.º 1
0
 public ICollection <SteenScore> GetSteenTeamScores(int id)
 {
     return(_steenScoreRepo.GetSteenTeamScores(id));
 }