Prizm.Main.Forms.PipeMill.Heat.SaveHeatCommand.SaveHeatCommand C# (CSharp) Method

SaveHeatCommand() public method

public SaveHeatCommand ( HeatViewModel viewModel, IHeatRepositories repo, IUserNotify notify ) : Prizm.Data.DAL.Mill
viewModel HeatViewModel
repo IHeatRepositories
notify IUserNotify
return Prizm.Data.DAL.Mill
        public SaveHeatCommand(HeatViewModel viewModel, IHeatRepositories repo,
            IUserNotify notify)
        {
            this.viewModel = viewModel;
            this.notify = notify;
            this.repo = repo;
        }