Ejemplo n.º 1
0
 public IEnumerable <Team> GetByDivisionId(int divisionId)
 {
     return(TeamData.GetTeamsByDivisionId(divisionId));
 }