Solocast.Services.PodcastService.PodcastService C# (CSharp) Method

PodcastService() public method

public PodcastService ( IFeedParaseService feedParser, IPodcastStore storageService, IFileDownloadService fileDownloadManager ) : Solocast.Core.Interfaces
feedParser IFeedParaseService
storageService IPodcastStore
fileDownloadManager IFileDownloadService
return Solocast.Core.Interfaces
        public PodcastService(IFeedParaseService feedParser, IPodcastStore<Podcast> storageService, IFileDownloadService fileDownloadManager)
        {
            this.feedParser = feedParser;
            this.storageService = storageService;
            this.fileDownloadManager = fileDownloadManager;
        }