コード例 #1
0
 static ApiRouter()
 {
     Projects            = new ProjectsApi();
     ProjectFolders      = new ProjectFoldersApi();
     ProjectGroups       = new ProjectGroupsApi();
     ProjectTypes        = new ProjectTypesApi();
     Participants        = new ParticipantsApi();
     Dictionary          = new DictionaryApi();
     Casebook            = new CasebookApi();
     ProjectCustomValues = new ProjectCustomValuesApi();
     CalculationFormulas = new CalculationFormulasApi();
     Responsibles        = new ResponsiblesApi();
     Currencies          = new CurrenciesApi();
 }
コード例 #2
0
 public CurrenciesApiTests()
 {
     instance = new CurrenciesApi();
 }
 public void Init()
 {
     _currenciesApi = new CurrenciesApi(CommonFunctions.BuildConfiguration(Engine.PA));
     ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
 }
 public void Init()
 {
     instance = new CurrenciesApi();
 }