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

LinqTestMethod() private method

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