Make the site return to its original seed data in asp.net mvc

snip_78

New Member
I am folowing a tutorial but i had to delete some entities to make some tests.I have the data in a class public class SampleData : DropCreateDatabaseIfModelChanges { protected override void Seed(MusicStoreEntities context) { data } }How can i make it happen?thxAnderson
 
Back
Top