Пример #1
0
        public PushNotificationMapper_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }
Пример #2
0
        public BlogRepository_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }
Пример #3
0
        public SubscriberRepository_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }
Пример #4
0
        public BlobMapper_Test()
        {
            var mapperConfig = new MapperConfig();

            this.mapper = mapperConfig.GetIMapper();
        }