public ConfigurationFacade(SWDBHibernateDAO dao, ConfigurationService configService, IContextLookuper contextLookuper) { _dao = dao; _configService = configService; _contextLookuper = contextLookuper; }
public WhereClauseFacade(ConfigurationService configurationService, IContextLookuper contextLookuper, SWDBHibernateDAO dao) { _configurationService = configurationService; _contextLookuper = contextLookuper; _dao = dao; }