예제 #1
0
        public void Initialize()
        {
            // to turn off entity framework auto creating stuff
            Database.SetInitializer<PublicEntities>(null);

            _controller = new HomeController();
        }
예제 #2
0
 public void Cleanup()
 {
     _controller = null;
 }