CQRS.Talk.Refactoring2.Commands._3.Interfaces.ServiceConsumer.AddSessionDelegate C# (CSharp) Method

AddSessionDelegate() private method

private AddSessionDelegate ( AddDelegateCommand command ) : ActionResult
command AddDelegateCommand
return ActionResult
        public ActionResult AddSessionDelegate(AddDelegateCommand command)
        {
            addHandler.Handle(command);

            return RedirectToAction("Index", "SessionDelegate");
        }