Blog.Testes.Bootstrap.ResetDb C# (CSharp) Method

ResetDb() private static method

private static ResetDb ( ) : void
return void
        private static void ResetDb()
        {
            System.Data.Entity.Database.SetInitializer(new System.Data.Entity.DropCreateDatabaseAlways<WebApp.Models.BlogContext>());
        }