diff options
Diffstat (limited to 'product/service.infrastructure/threading/AsynchronousCommandProcessor.cs')
| -rw-r--r-- | product/service.infrastructure/threading/AsynchronousCommandProcessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs b/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs index a7b0e93..91bd835 100644 --- a/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs +++ b/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs @@ -6,7 +6,7 @@ using gorilla.commons.utility; namespace MoMoney.Service.Infrastructure.Threading { - public class AsynchronousCommandProcessor : ICommandProcessor + public class AsynchronousCommandProcessor : CommandProcessor { readonly Queue<Command> queued_commands; readonly EventWaitHandle manual_reset; |
