public ClubController(IGetClubCommand getClubCommand, IGetClubsCommand getClubsCommand, IAddClubCommand addClubCommand, IEditClubCommand editClubCommand, IDeleteClubCommand deleteClubCommand) { _getClubCommand = getClubCommand; _getClubsCommand = getClubsCommand; _addClubCommand = addClubCommand; _editClubCommand = editClubCommand; _deleteClubCommand = deleteClubCommand; }