예제 #1
0
 public BambooService(Uri serverAddress, string username, string password)
 {
     _serviceInvoker = new ServiceInvoker(serverAddress, username, password);
 }