Ejemplo n.º 1
0
 public UsuarioBL()
 {
     usuarioDAO = new Datos.DAO.UsuarioDAO_SqlServer();
     grupoDAO   = new Datos.DAO.GrupoDAO_SqlServer();
     vistaDAO   = new Datos.DAO.VistaDAO_SqlServer();
     accionDAO  = new Datos.DAO.AccionDAO_SqlServer();
     temaDAO    = new Datos.DAO.TemaDAO_SqlServer();
 }
Ejemplo n.º 2
0
 public GrupoBL()
 {
     grupoDAO   = new Datos.DAO.GrupoDAO_SqlServer();
     accionDAO  = new Datos.DAO.AccionDAO_SqlServer();
     usuarioDAO = new Datos.DAO.UsuarioDAO_SqlServer();
 }