Exemple #1
0
        public string returnValue(bool shouldExecute, string someValue)
        {
            if (shouldExecute)
            {
                return(serviceA.ReturnValue(someValue));
            }

            return("");
        }