Exemple #1
0
 internal Group(Facade.Group group, RestClient restClient)
     : base((string)group.Id)
 {
     this.@group     = @group;
     this.restClient = restClient;
 }
Exemple #2
0
 internal Group(Facade.Group group, RestClient restClient)
     : base((string) group.Id)
 {
     this.@group = @group;
     this.restClient = restClient;
 }