From 66b9fabb7040d35f1fb8a8492df68778d3674bf5 Mon Sep 17 00:00:00 2001 From: Konstantin Ryazantsev Date: Fri, 14 Aug 2020 01:00:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7193e7c..f845538 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Whenever you need to make your method idempotent, follow this pattern: ```c# public class TransfersService { - IOutboxManager IUnitOfWorkManager; + IUnitOfWorkManager _unitOfWorkManager; IIdGenerator _idGenerator; // Inject `IUnitOfWorkManager` and `IIdGenerator` to the service: