Example #1
0
 public ServiceLocatorService(IServiceLocationDatamapper datamapper)
 {
     _datamapper = datamapper;
 }
Example #2
0
 public ServiceLocatorService(IServiceLocationDatamapper datamapper)
 {
     _datamapper = datamapper;
 }
Example #3
0
 public ServiceLocatorService()
 {
     _datamapper = new ServiceLocationXmlDatamapper(@"App_data\locationData.xml");
 }
Example #4
0
 public ServiceLocatorService()
 {
     _datamapper = new ServiceLocationXmlDatamapper(@"App_data\locationData.xml");
 }