BB.UI.Web.MVC.Controllers.Web_API.PlaylistController.PlaylistController C# (CSharp) Method

PlaylistController() public method

public PlaylistController ( ) : System
return System
        public PlaylistController()
        {
            playlistManager = new PlaylistManager(new PlaylistRepository(new EFDbContext(ContextEnum.BeatBuddy)), new UserRepository(new EFDbContext(ContextEnum.BeatBuddy)));
            userManager = new UserManager(new UserRepository(new EFDbContext(ContextEnum.BeatBuddy)));
            trackProvider = new YouTubeTrackProvider();
            albumArtProvider = new BingAlbumArtProvider();
        }

Same methods

PlaylistController::PlaylistController ( IPlaylistManager playlistManager ) : System
PlaylistController::PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager ) : System
PlaylistController::PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager, IOrganisationManager organisationManager, ITrackProvider iTrackProvider, IAlbumArtProvider albumArtProvider ) : System
PlaylistController::PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager, ITrackProvider trackProvider, IAlbumArtProvider albumArtProvider ) : System