예제 #1
0
 public VehicleModel()
 {
     conexionSQL     = new ConexionSQL();
     this.sqlCommand = new SqlCommand();
 }
예제 #2
0
 public LoginModel()
 {
     conexionSQL     = new ConexionSQL();
     this.sqlCommand = new SqlCommand();
 }