DeleteAllCollections() public method

public DeleteAllCollections ( ) : void
return void
        public void InitialCreation()
        {
            var context = new ScrumTimeContext();
            context.DeleteAllCollections();

            // Create the default drop-down lists
        }
Esempio n. 2
0
        public void InitialCreation()
        {
            var context = new ScrumTimeContext();

            context.DeleteAllCollections();

            // Create the default drop-down lists
        }