Browse Source

Order.API project Mediator error solved.

pull/1892/head
Onurkan Bakırcı 2 years ago
committed by GitHub
parent
commit
47b88e84a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Ordering/Ordering.API/Application/Behaviors/ValidatorBehavior.cs

+ 1
- 0
src/Services/Ordering/Ordering.API/Application/Behaviors/ValidatorBehavior.cs View File

@ -1,6 +1,7 @@
namespace Microsoft.eShopOnContainers.Services.Ordering.API.Application.Behaviors;
public class ValidatorBehavior<TRequest, TResponse> : IPipelineBehavior<TRequest, TResponse>
: where TRequest : IRequest<TResponse>
{
private readonly ILogger<ValidatorBehavior<TRequest, TResponse>> _logger;
private readonly IEnumerable<IValidator<TRequest>> _validators;


Loading…
Cancel
Save