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