Binboo.Jira.Commands.LabelCommand.LabelFrom C# (CSharp) Method

LabelFrom() private static method

private static LabelFrom ( string labelOperation ) : string
labelOperation string
return string
        private static string LabelFrom(string labelOperation)
        {
            return labelOperation.Substring(1);
        }