CQRS.Talk.Refactoring2.Commands._2.BasicCommands.AddDelegateCommandHandler.AddDelegateCommandHandler C# (CSharp) Method

AddDelegateCommandHandler() public method

public AddDelegateCommandHandler ( IDelegateRepository delegateRepository )
delegateRepository IDelegateRepository
        public AddDelegateCommandHandler(IDelegateRepository delegateRepository)
        {
            this.delegateRepository = delegateRepository;
        }
AddDelegateCommandHandler