public virtual async Task PullAsync(PullDocumentInput input)
 {
     await RequestAsync(nameof(PullAsync), new ClientProxyRequestTypeValue
     {
         { typeof(PullDocumentInput), input }
     });
 }
Пример #2
0
 public Task PullAsync(PullDocumentInput input)
 {
     return(_documentAdminAppService.PullAsync(input));
 }