Beispiel #1
0
        public void TestsSetup()
        {
            AutoMapperConfig.RegisterMappings();

            this.votes            = ServicesObjectFactory.GetVoteService();
            this.controller       = new VotesController(this.votes);
            this.controller.Cache = new HttpCacheService();
        }