From ca6e55a7c11aaf41c0db8be615e845d87f5ab004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sun, 8 Oct 2017 19:22:39 +0300 Subject: [PATCH] Added link to source code --- docs/Getting-Started-Console-Application.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Getting-Started-Console-Application.md b/docs/Getting-Started-Console-Application.md index 7aab005d77..1abab6dfe2 100644 --- a/docs/Getting-Started-Console-Application.md +++ b/docs/Getting-Started-Console-Application.md @@ -117,4 +117,8 @@ namespace AbpConsoleDemo } ```` -While it's enough for this simple code example, it's always suggested to create scopes in case of directly resolving dependencies from ``IServiceProvider`` (TODO: see DI documentation). \ No newline at end of file +While it's enough for this simple code example, it's always suggested to create scopes in case of directly resolving dependencies from ``IServiceProvider`` (TODO: see DI documentation). + +### Source Code + +Get source code of this tutorial from [here](../samples/BasicConsoleApplication) \ No newline at end of file