DeleteAllCollections() public method

public DeleteAllCollections ( ) : void
return void
Exemplo n.º 1
0
        public void InitialCreation()
        {
            var context = new ScrumTimeContext();
            context.DeleteAllCollections();

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

            context.DeleteAllCollections();

            // Create the default drop-down lists
        }