Ejemplo n.º 1
0
 public ConfigurationFacade(SWDBHibernateDAO dao, ConfigurationService configService, IContextLookuper contextLookuper)
 {
     _dao             = dao;
     _configService   = configService;
     _contextLookuper = contextLookuper;
 }
Ejemplo n.º 2
0
 public WhereClauseFacade(ConfigurationService configurationService, IContextLookuper contextLookuper, SWDBHibernateDAO dao)
 {
     _configurationService = configurationService;
     _contextLookuper      = contextLookuper;
     _dao = dao;
 }