Exemple #1
0
        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));
        }
Exemple #2
0
 public Task <GetAllSoftDeleteOrderResponse> GetAll([FromQuery] GetAllRequest __request)
 {
     return(_service.GetAll(__request));
 }