Prizm.Main.Forms.Settings.SaveSettingsCommand.SaveSettingsCommand C# (CSharp) Method

SaveSettingsCommand() public method

public SaveSettingsCommand ( SettingsViewModel viewModel, ISettingsRepositories repos, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL.Mill
viewModel SettingsViewModel
repos ISettingsRepositories
notify IUserNotify
ctx ISecurityContext
return Prizm.Data.DAL.Mill
        public SaveSettingsCommand(SettingsViewModel viewModel, ISettingsRepositories repos, IUserNotify notify, ISecurityContext ctx)
        {
            this.viewModel = viewModel;
            this.repos = repos;
            this.notify = notify;
            this.ctx = ctx;
        }