Browse Source

Added link to source code

pull/129/head
Halil İbrahim Kalkan 9 years ago
parent
commit
ca6e55a7c1
  1. 6
      docs/Getting-Started-Console-Application.md

6
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).
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)
Loading…
Cancel
Save