DeleteAllCollections() 공개 메소드

public DeleteAllCollections ( ) : void
리턴 void
예제 #1
0
        public void InitialCreation()
        {
            var context = new ScrumTimeContext();
            context.DeleteAllCollections();

            // Create the default drop-down lists
        }
예제 #2
0
        public void InitialCreation()
        {
            var context = new ScrumTimeContext();

            context.DeleteAllCollections();

            // Create the default drop-down lists
        }