BatchGuy.App.Settings.Services.BluRayTitleInfoDefaultSettingsService.BluRayTitleInfoDefaultSettingsService C# (CSharp) 메소드

BluRayTitleInfoDefaultSettingsService() 공개 메소드

public BluRayTitleInfoDefaultSettingsService ( ApplicationSettings applicationSettings, BluRaySummaryInfo bluRaySummaryInfo, IAudioService audioService ) : System
applicationSettings BatchGuy.App.Shared.Models.ApplicationSettings
bluRaySummaryInfo BatchGuy.App.Parser.Models.BluRaySummaryInfo
audioService IAudioService
리턴 System
        public BluRayTitleInfoDefaultSettingsService(ApplicationSettings applicationSettings, BluRaySummaryInfo bluRaySummaryInfo, IAudioService audioService)
        {
            _applicationSettings = applicationSettings;
            _bluRaySummaryInfo = bluRaySummaryInfo;
            _audioService = audioService;
        }