public TeamController() { _repo = new RepositoryGameObserver(); _mapperTeamToTeamModel = new TeamToTeamModel(); _mapperActorToActorModel = new ActorToActorModel(); _mapperClubToClubModel = new ClubToClubModel(); _mapperFormationToFormationModel = new FormationToFormationModel(); _mapperIntegrateToIntegrateModel = new IntegrateToIntegrateModel(); }
public SetUpController() { _repo = new RepositoryGameObserver(); _mapperTeamToTeamModel = new TeamToTeamModel(); _mapperActorToActorModel = new ActorToActorModel(); _mapperStadiumToStadiumModel = new StadiumToStadiumModel(); _mapperMatchModelToMatch = new MatchModelToMatch(); _mapperMatchToMatchModel = new MatchToMatchModel(); _mapperFormationToFormationModel = new FormationToFormationModel(); _mapperPositionToPositionModel = new PositionToPositionModel(); _mapperClubToClubModel = new ClubToClubModel(); _mapperEventToEventModel = new EventToEventModel(); _mapperInstantToInstantModel = new InstantToInstantModel(); _mapperOpinionToOpinionModel = new OpinionToOpinionModel(); _mapperPlayerToPlayerModel = new PlayerToPlayerModel(); _mapperIntegrateToIntegrateModel = new IntegrateToIntegrateModel(); }