Esempio n. 1
0
        public PushNotificationMapper_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }
Esempio n. 2
0
        public BlogRepository_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }
Esempio n. 3
0
        public SubscriberRepository_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }
Esempio n. 4
0
        public BlobMapper_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }