Example #1
0
 public CacheContratoDAO()
 {
     clienteDAO           = new ClienteDAO();
     tipoEventoDAO        = new TipoEventoDAO();
     modalidadServicioDAO = new ModalidadServicioDAO();
     tipoAmbientacionDAO  = new TipoAmbientacionDAO();
 }
Example #2
0
 public ContratoDAO()
 {
     clienteDAO           = new ClienteDAO();
     tipoEventoDAO        = new TipoEventoDAO();
     modalidadServicioDAO = new ModalidadServicioDAO();
     coffeeBreakDAO       = new CoffeeBreakDAO();
     cocktailDAO          = new CocktailDAO();
     cenaDAO = new CenaDAO();
 }