Cares.Web.MvcApplication.RegisterTypes C# (CSharp) Method

RegisterTypes() private static method

Register types with the IoC
private static RegisterTypes ( ) : void
return void
        private static void RegisterTypes()
        {
            FRS.WebBase.TypeRegistrations.RegisterTypes(container);
            FRS.Implementation.TypeRegistrations.RegisterType(container);

        }
        /// <summary>