Binboo.Jira.Commands.ResolveIssueCommand.ResolveIssueCommand C# (CSharp) Method

ResolveIssueCommand() public method

public ResolveIssueCommand ( IJiraProxy proxy, string help ) : System.Collections.Generic
proxy IJiraProxy
help string
return System.Collections.Generic
        public ResolveIssueCommand(IJiraProxy proxy, string help)
            : base(proxy, help)
        {
        }