예제 #1
0
 public Task <SpiderDocumentInfo> GetDocumentInfoAsync(string clientId, string documentId)
 {
     return(CustomersChecksApi.GetDocumentInfoAsync(clientId, documentId));
 }
예제 #2
0
 public Task EnableCheckAsync(string clientId, string type)
 {
     return(CustomersChecksApi.EnableCheckAsync(clientId, type));
 }
예제 #3
0
 public Task <CustomerChecksInfo> GetChecksInfoAsync(string clientId)
 {
     return(CustomersChecksApi.GetChecksInfoAsync(clientId));
 }