changeset 3:ef54074d5285

Removed Ninject IoCmodule as no longer required
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 22:29:44 +0700
parents 29ed98d659e9
children 57f20ba55884
files Stocks/Stocks.Service/IoCModule.cs Stocks/Stocks.Service/Stocks.Service.csproj
diffstat 2 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/Stocks/Stocks.Service/IoCModule.cs	Mon Feb 20 22:04:50 2012 +0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-using Ninject.Modules;
-
-namespace Stocks.Service
-{
-  internal class IoCModule : NinjectModule
-  {
-    public override void Load()
-    {
-      //Bind<IMessenger>().ToConstant(Messenger.Default);
-
-      //Bind<IWpfApplication>().To<WpfApplication>().InSingletonScope();
-
-      //Bind<IMessageBoxService>().To<MessageBoxService>().InSingletonScope();
-      //Bind<IErrorService>().To<ErrorService>().InSingletonScope();
-
-      //Bind<Shell>().To<Shell>();
-      //Bind<ShellViewModel>().To<ShellViewModel>();
-
-    }
-  }
-}
--- a/Stocks/Stocks.Service/Stocks.Service.csproj	Mon Feb 20 22:04:50 2012 +0700
+++ b/Stocks/Stocks.Service/Stocks.Service.csproj	Mon Feb 20 22:29:44 2012 +0700
@@ -48,7 +48,6 @@
   </ItemGroup>
   <ItemGroup>
     <Compile Include="AssemblyInit.cs" />
-    <Compile Include="IoCModule.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="StocksService.cs" />
   </ItemGroup>