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