public virtual async Task PullAllAsync(PullAllDocumentInput input)
 {
     await RequestAsync(nameof(PullAllAsync), new ClientProxyRequestTypeValue
     {
         { typeof(PullAllDocumentInput), input }
     });
 }
Example #2
0
 public Task PullAllAsync(PullAllDocumentInput input)
 {
     return(_documentAdminAppService.PullAllAsync(input));
 }