BatchGuy.App.Settings.Services.MKVMergeDefaultSettingsService.MKVMergeDefaultSettingsService C# (CSharp) Метод

MKVMergeDefaultSettingsService() публичный Метод

public MKVMergeDefaultSettingsService ( EAC3ToConfiguration eac3toConfiguration, ApplicationSettings applicationSettings, BluRaySummaryInfo bluRaySummaryInfo, IMKVMergeLanguageService languageService, IAudioService audioService ) : System
eac3toConfiguration BatchGuy.App.Eac3to.Models.EAC3ToConfiguration
applicationSettings BatchGuy.App.Shared.Models.ApplicationSettings
bluRaySummaryInfo BatchGuy.App.Parser.Models.BluRaySummaryInfo
languageService IMKVMergeLanguageService
audioService IAudioService
Результат System
        public MKVMergeDefaultSettingsService(EAC3ToConfiguration eac3toConfiguration, ApplicationSettings applicationSettings, BluRaySummaryInfo bluRaySummaryInfo, 
            IMKVMergeLanguageService languageService, IAudioService audioService)
        {
            _eac3toConfiguration = eac3toConfiguration;
            _applicationSettings = applicationSettings;
            _bluRaySummaryInfo = bluRaySummaryInfo;
            _languageService = languageService;
            _audioService = audioService;
        }