public async Task <mds::GetAllSoftDeleteOrderResponse> GetAll([FromQuery] mds::GetAllRequest request) { _logger.LogInformation("Executing {Action} {Message}", nameof(GetAll), request); if (_interceptor != null) { await _interceptor.Handle(request).ConfigureAwait(false); } return(await _service.GetAll(request).ConfigureAwait(false)); }
public Task <GetAllSoftDeleteOrderResponse> GetAll([FromQuery] GetAllRequest __request) { return(_service.GetAll(__request)); }