Example #1
0
        public string execute()
        {
            this.doer  = new DoSomething();
            tmplString = doer.justdoit();

            return(doExecute(tmplString));
        }