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

ExtractCategoriesCommand() public method

public ExtractCategoriesCommand ( SettingsViewModel viewModel, ISettingsRepositories repos, IUserNotify notify ) : DevExpress.Mvvm.DataAnnotations
viewModel SettingsViewModel
repos ISettingsRepositories
notify IUserNotify
return DevExpress.Mvvm.DataAnnotations
        public ExtractCategoriesCommand(
            SettingsViewModel viewModel, 
            ISettingsRepositories repos, 
            IUserNotify notify)
        {
            this.viewModel = viewModel;
            this.repos = repos;
            this.notify = notify;
        }