Example #1
0
 public VencimientoCITVBLL()
 {
     VehiculoCITVDAL = new VehiculoCITVDAL(ref bdConn);
 }
Example #2
0
 public VehiculoBLL()
 {
     VehiculoDAL            = new VehiculoDAL(ref bdConn);
     VehiculoCITVDAL        = new VehiculoCITVDAL(ref bdConn);
     VehiculoAseguradoraDAL = new VehiculoAseguradoraDAL(ref bdConn);
 }