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