public ModuleClients(HarvestClient client)
 {
     this.client = client;
 }
Пример #2
0
 public ModuleProjects(HarvestClient client)
 {
     this.client = client;
 }
 public ModuleEstimates(HarvestClient client)
 {
     this.client = client;
 }
Пример #4
0
 public ModuleTaskAssignments(HarvestClient client)
 {
     this.client = client;
 }
Пример #5
0
 public ModuleTimeEntries(HarvestClient client)
 {
     this.client = client;
 }