public ProjectGroupedClient(ICrowdinHelper helper)
 {
     this.project = new ProjectEndpoint(helper);
     this.directory = new DirectoryEndpoint(helper);
 }
Exemple #2
0
 public ProjectGroupedClient(ICrowdinHelper helper)
 {
     this.project   = new ProjectEndpoint(helper);
     this.directory = new DirectoryEndpoint(helper);
 }