Books.Server.BooksService.LinqTestMethod C# (CSharp) Метод

LinqTestMethod() приватный Метод

private LinqTestMethod ( ) : string
Результат string
        private string LinqTestMethod()
        {
            var profiler = Profiler.Instance;
            using (profiler.Step("LinqTestMethod"))
            {
                PrivateLinqTestMethod();
            }
            return "done";
        }