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

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

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

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

            this.mapper = mapperConfig.GetIMapper();
        }