Ejemplo n.º 1
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && greetingId != null)
            {
                return($"{parent.Path()}/custom-greetings/{greetingId}");
            }

            return($"{parent.Path()}/custom-greetings");
        }
Ejemplo n.º 2
0
 public string Path()
 {
     return($"{parent.Path()}/bulk-assign");
 }
Ejemplo n.º 3
0
 public string Path()
 {
     return($"{parent.Path()}/extensions");
 }