BB.UI.Web.MVC.Tests.Helpers.DbInitializer.CreatePlaylistManager C# (CSharp) Méthode

CreatePlaylistManager() public static méthode

public static CreatePlaylistManager ( ) : IPlaylistManager
Résultat IPlaylistManager
        public static IPlaylistManager CreatePlaylistManager()
        {
            return new PlaylistManager(new PlaylistRepository(new EFDbContext(ContextEnum.BeatBuddyTest)), new UserRepository(new EFDbContext(ContextEnum.BeatBuddyTest)));
        }
    }