Exemplo n.º 1
0
 public VstsClient(VstsConnection connection)
 {
     Connection = connection;
 }
Exemplo n.º 2
0
 public VstsClient()
 {
     Connection = new VstsConnection();
 }