Exemple #1
0
        public PushNotificationMapper_Test()
        {
            var mapperConfig = new MapperConfig();

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

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

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

            this.mapper = mapperConfig.GetIMapper();
        }