Badges.App_Start.DbInitializer.PreStart C# (CSharp) Method

PreStart() public static method

PreStart for the UCDArch Application configures the model binding, db, and IoC container
public static PreStart ( ) : void
return void
        public static void PreStart()
        {
            return; //TODO: Comment out if you want to auto-wipe the DB
            ResetDb();
        }