Esempio n. 1
0
 public IEnumerable <Zone> ListZones(string domainName = null, bool throwExceptionOnFail = false)
 {
     return(cloudflareService.ListZones(domainName, throwExceptionOnFail));
 }