diff --git a/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs b/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs index dff234da..6b21f89a 100644 --- a/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs +++ b/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs @@ -6,7 +6,7 @@ namespace Ordering.Application.Behaviours { - public class UnhandledExceptionBehaviour : IPipelineBehavior + public class UnhandledExceptionBehaviour : IPipelineBehavior where TRequest : IRequest { private readonly ILogger _logger;