コード例 #1
0
 public EmpleadosController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #2
0
 public ClientesController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #3
0
 public PuestosController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #4
0
 public HabitacionesController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #5
0
 public ProductosController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #6
0
 public MedicinaController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #7
0
 public UsuariosController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #8
0
 public PruebaController()
 {
     dbConexion = Conectar.Create();
 }
コード例 #9
0
 public Paciente_habitacionController()
 {
     dbConexion = Conectar.Create();
 }