Ejemplo n.º 1
0
 private TeamType GetTeamType(int id)
 {
     var teamTypeRepo = new TeamTypeRepository();
     return teamTypeRepo.GetById(id);
 }