public RandomContactMessageEventsFactory(CampaignSettings campaign)
 {
     _contactRepository    = new ContactRepository();
     _campaign             = campaign;
     _getRandomCityService = new GetRandomCityService();
     _geoDataRepository    = new GeoDataRepository();
 }
Exemplo n.º 2
0
 public GetRandomCityService()
 {
     _geoDataRepository = new GeoDataRepository();
 }
Exemplo n.º 3
0
 public XGenParser(string sitecoreRoot)
 {
     _sitecoreRoot      = sitecoreRoot;
     _geoDataRepository = new GeoDataRepository();
     InfoClient         = new ItemInfoClient(new Uri(new Uri(sitecoreRoot), "/api/xgen/").ToString());
 }
Exemplo n.º 4
0
 public UpdateFakeGeoData()
 {
     _geoDataRepository = new GeoDataRepository();
 }
Exemplo n.º 5
0
 public ExmActionsController()
 {
     _geoDataRepository = new GeoDataRepository();
 }