Books.Server.BooksService.LinqTestMethod C# (CSharp) Méthode

LinqTestMethod() private méthode

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