Prizm.Main.Forms.Joint.Search.JointSearchCommand.JointSearchCommand C# (CSharp) Method

JointSearchCommand() private method

private JointSearchCommand ( JointSearchViewModel vm, IJointRepository repo, IUserNotify notify ) : Prizm.Data.DAL.Construction
vm JointSearchViewModel
repo IJointRepository
notify IUserNotify
return Prizm.Data.DAL.Construction
        public JointSearchCommand(JointSearchViewModel vm, IJointRepository repo,
            IUserNotify notify)
        {
            viewModel = vm;
            this.repo = repo;
            this.notify = notify;
        }