using SecurityBusinessLogic.BusinessLogics; using SecurityBusinessLogic.BusinessLogics.GenericBusinessLogic; using SecurityContract.Logics; using SecurityContract.Logics.IGenericEntityLogic; using ToolsModule.BusinessLogics; using ToolsModule.Interfaces; namespace SecurityBusinessLogic { public class SecurityLogicDependencyRegistration : IDependencyRegistration { public void RegisterServices() { DependencyManager.Instance.RegisterType(); DependencyManager.Instance.RegisterType(); DependencyManager.Instance.RegisterType(); DependencyManager.Instance.RegisterType(); DependencyManager.Instance.RegisterType(); DependencyManager.Instance.RegisterType(); DependencyManager.Instance.RegisterType(); } } }