Ejemplo n.º 1
0
 public bool CreateProject(CreateProject newProject)
 {
     return(_client.CreateProject(newProject));
 }