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