Exemplo n.º 1
0
 protected PatchClient(OdClient client)
 {
     _client = client;
 }
Exemplo n.º 2
0
 public ProjectClient(OdClient client) : base(client)
 {
 }
Exemplo n.º 3
0
 public TaskClient(OdClient client) : base(client)
 {
 }