Books.Server.BooksService.SqlTestMethod C# (CSharp) 메소드

SqlTestMethod() 개인적인 메소드

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