Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinRyazantsev committed Aug 13, 2020
1 parent 737284f commit 66b9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Whenever you need to make your method idempotent, follow this pattern:
```c#
public class TransfersService
{
IOutboxManager IUnitOfWorkManager<UnitOfWork>;
IUnitOfWorkManager<UnitOfWork> _unitOfWorkManager;
IIdGenerator _idGenerator;

// Inject `IUnitOfWorkManager<TUnitOfWork>` and `IIdGenerator` to the service:
Expand Down

0 comments on commit 66b9fab

Please sign in to comment.