Example #1
0
 public PesquisaFacade(IEstabelecimentoDAO estabelecimentoDAO, IEspecialidadeDAO especialidadeDAO, IUtilizadorDAO utilizadorDAO)
 {
     this.estabelecimentoDAO = estabelecimentoDAO;
     this.especialidadeDAO   = especialidadeDAO;
     this.utilizadorDAO      = utilizadorDAO;
     parserPesquisa          = new ParserPesquisa();
     motorSugestoes          = new MotorSugestoes();
 }
Example #2
0
 public BackofficeFacade(IEspecialidadeDAO especialidadeDAO, IPetiscoDAO petiscoDAO, IEstabelecimentoDAO estabelecimentoDAO)
 {
     this.especialidadeDAO   = especialidadeDAO;
     this.petiscoDAO         = petiscoDAO;
     this.estabelecimentoDAO = estabelecimentoDAO;
 }