Exemplo n.º 1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && id != null)
     {
         return($"{parent.Path()}/Users/{id}");
     }
     return($"{parent.Path()}/Users");
 }
Exemplo n.º 2
0
 public string Path()
 {
     return($"{parent.Path()}/ServiceProviderConfig");
 }
Exemplo n.º 3
0
 public string Path()
 {
     return($"{parent.Path()}/health");
 }