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

            _controller = new CityController();
        }
Ejemplo n.º 2
0
 public void Cleanup()
 {
     _controller = null;
 }