Esempio n. 1
0
 public string Path()
 {
     return($"{parent.Path()}/invitation");
 }
Esempio n. 2
0
 public string Path()
 {
     return($"{parent.Path()}/user-settings");
 }
Esempio n. 3
0
 public string Path()
 {
     return($"{parent.Path()}/end");
 }
Esempio n. 4
0
 public string Path()
 {
     return($"{parent.Path()}/service-info");
 }