Exemplo n.º 1
0
 public R0017WhereClauseProvider(HlagLocationManager locationManager, IContextLookuper contextLookuper)
 {
     _locationManager = locationManager;
     _contextLookuper = contextLookuper;
 }
Exemplo n.º 2
0
 public PersonGroupSyncManager(SWDBHibernateDAO dao, IConfigurationFacade facade, EntityRepository repository, HlagLocationManager hlagLocationManager)
     : base(dao, facade, repository)
 {
     _hlagLocationManager = hlagLocationManager;
 }