コード例 #1
0
ファイル: UsuarioBL.cs プロジェクト: juanzitelli/Lawful
 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();
 }
コード例 #2
0
 public GrupoBL()
 {
     grupoDAO   = new Datos.DAO.GrupoDAO_SqlServer();
     usuarioDAO = new Datos.DAO.UsuarioDAO_SqlServer();
     permisoDAO = new Datos.DAO.PermisoDAO_SqlServer();
 }
コード例 #3
0
 public GrupoBL()
 {
     grupoDAO   = new Datos.DAO.GrupoDAO_SqlServer();
     accionDAO  = new Datos.DAO.AccionDAO_SqlServer();
     usuarioDAO = new Datos.DAO.UsuarioDAO_SqlServer();
 }
コード例 #4
0
 public UsuarioBL()
 {
     usuarioDAO = new Datos.DAO.UsuarioDAO_SqlServer();
     grupoDAO   = new Datos.DAO.GrupoDAO_SqlServer();
 }
コード例 #5
0
 public InformeBL()
 {
     sesionDAO  = new Datos.DAO.SesionDAO_SqlServer();
     usuarioDAO = new Datos.DAO.UsuarioDAO_SqlServer();
     grupoDAO   = new Datos.DAO.GrupoDAO_SqlServer();
 }