Ancestry.Daisy.Tests.Daisy.Performance.SilverBulletHandlers.HasAccountSilverBullet.Execute C# (CSharp) Method

Execute() public method

public Execute ( InvokationContext context ) : bool
context Ancestry.Daisy.Statements.InvokationContext
return bool
        public override bool Execute(InvokationContext context)
        {
            return new UserController(){
                Scope = (User)context.Scope,
                Attachments = context.Attachments,
                Context = context.Context
            }.HasAccount(context.Proceed);
        }
HasAccountSilverBullet