public ModuleClients(HarvestClient client)
 {
     this.client = client;
 }
Ejemplo n.º 2
0
 public ModuleProjects(HarvestClient client)
 {
     this.client = client;
 }
 public ModuleEstimates(HarvestClient client)
 {
     this.client = client;
 }
Ejemplo n.º 4
0
 public ModuleTaskAssignments(HarvestClient client)
 {
     this.client = client;
 }
Ejemplo n.º 5
0
 public ModuleTimeEntries(HarvestClient client)
 {
     this.client = client;
 }