From 4b55aa869363d7e5aedcdbe113642b03759e727c Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 17 Jul 2019 15:44:49 +0200 Subject: [PATCH] - add implementations of iRegistrationBase as headings --- IRegistrationBase.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/IRegistrationBase.md b/IRegistrationBase.md index e69de29..08e9a83 100644 --- a/IRegistrationBase.md +++ b/IRegistrationBase.md @@ -0,0 +1,7 @@ +The `IRegistrationBase` is an interface that is used to register an interface with the `IocContainer`. + +## `IDefaultRegistration` + +## `IMultitonRegistration` + +## `ITypedFactoryRegistration`