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

IssueCommand() public method

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