コード例 #1
0
ファイル: Group.cs プロジェクト: ashic/Hermes
 internal Group(Facade.Group group, RestClient restClient)
     : base((string)group.Id)
 {
     this.@group     = @group;
     this.restClient = restClient;
 }
コード例 #2
0
ファイル: Group.cs プロジェクト: jasondentler/Hermes
 internal Group(Facade.Group group, RestClient restClient)
     : base((string) group.Id)
 {
     this.@group = @group;
     this.restClient = restClient;
 }