public PushNotificationMapper_Test() { var mapperConfig = new MapperConfig(); this.mapper = mapperConfig.GetIMapper(); }
public BlogRepository_Test() { var mapperConfig = new MapperConfig(); this.mapper = mapperConfig.GetIMapper(); }
public SubscriberRepository_Test() { var mapperConfig = new MapperConfig(); this.mapper = mapperConfig.GetIMapper(); }
public BlobMapper_Test() { var mapperConfig = new MapperConfig(); this.mapper = mapperConfig.GetIMapper(); }