Exemplo n.º 1
0
 public AzureApiManagementApi(string _host,
                              string _apiId,
                              string _apiKey) : base(_host, _apiId, _apiKey)
 {
     prdService = new AzureApiManagementProduct(_host, _apiId, _apiKey);
 }