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;
        }