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

Internal2() private méthode

private Internal2 ( ) : void
Résultat void
        private void Internal2()
        {
            var profiler = Profiler.Instance;
            using (profiler.Step("Internal.Step2"))
            {
                //Thread.Sleep(500);
                LinqTestMethod();
            }
        }