Esempio n. 1
0
 public string Path()
 {
     return($"{parent.Path()}/add");
 }
Esempio n. 2
0
 public string Path()
 {
     return($"{parent.Path()}/remove");
 }
Esempio n. 3
0
 public string Path()
 {
     return($"{parent.Path()}/unarchive");
 }
Esempio n. 4
0
 public string Path()
 {
     return($"{parent.Path()}/join");
 }
Esempio n. 5
0
 public string Path()
 {
     return($"{parent.Path()}/leave");
 }