Books.Server.BooksService.SqlTestMethod C# (CSharp) Method

SqlTestMethod() private method

private SqlTestMethod ( ) : string
return string
        private string SqlTestMethod()
        {
            var profiler = Profiler.Instance;
            using (profiler.Step("SqlTestMethod"))
            {
                PrivateSqlTestMethod();
            }
            return "done";
        }