diff --git a/StudentProgressRecord/Program.cs b/StudentProgressRecord/Program.cs index 4483628..ae53ee8 100644 --- a/StudentProgressRecord/Program.cs +++ b/StudentProgressRecord/Program.cs @@ -18,29 +18,5 @@ namespace StudentProgressRecord ApplicationConfiguration.Initialize(); Application.Run(new University()); } - - private static IUnityContainer CreateContainer() - { - var container = new UnityContainer(); - - - container.RegisterType - (new TransientLifetimeManager()); - - container.RegisterType - (new TransientLifetimeManager()); - - container.RegisterType - (new TransientLifetimeManager()); - - container.RegisterType - (new TransientLifetimeManager()); - - container.RegisterType - (new TransientLifetimeManager()); - - return container; - } - } } \ No newline at end of file