diff --git a/Home.md b/Home.md index 7405210..3b8bbf2 100644 --- a/Home.md +++ b/Home.md @@ -7,4 +7,8 @@ Welcome to the Lightweight IOC Container wiki! - [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] -- [[Usage|Usage-of-Lightweight-IOC-Container]] +- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] + - [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container]] + - [[Install `IIocInstaller`s|Simple-Usage-of-Lightweight-IOC-Container#Install-IIocInstallers]] + - [[Resolving instances|Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances]] + - [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] diff --git a/Simple-Usage-of-Lightweight-IOC-Container.md b/Simple-Usage-of-Lightweight-IOC-Container.md index 231c7c6..cd53a2b 100644 --- a/Simple-Usage-of-Lightweight-IOC-Container.md +++ b/Simple-Usage-of-Lightweight-IOC-Container.md @@ -1 +1,9 @@ -# Usage +This is a simple usage guide of the Lightweight IOC Container. + +## Instantiate container + +## Install `IIocInstaller`s + +## Resolving instances + +## Disposing Container