コード例 #1
0
 public OperatingCompaniesTest()
 {
     client = new Terra.Client(Constants.TestServer).Authenticate(Constants.TestUser, Constants.TestPassword);
 }
コード例 #2
0
 public CategoriesTest()
 {
     client = new Terra.Client(Constants.TestServer).Authenticate(Constants.TestUser, Constants.TestPassword);
 }