CQRS.Talk.Refactoring2.Commands._2.BasicCommands.AddDelegateCommandHandler.AddDelegateCommandHandler C# (CSharp) Метод

AddDelegateCommandHandler() публичный Метод

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