Ordering.Api Mediator pipeline error solved
This commit is contained in:
parent
5c61b8aa5d
commit
f8d45ee1d4
@ -3,6 +3,7 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
public class TransactionBehaviour<TRequest, TResponse> : IPipelineBehavior<TRequest, TResponse>
|
||||
where TRequest : IRequest<TResponse>
|
||||
{
|
||||
private readonly ILogger<TransactionBehaviour<TRequest, TResponse>> _logger;
|
||||
private readonly OrderingContext _dbContext;
|
||||
|
Loading…
x
Reference in New Issue
Block a user