Пример #1
0
 public VehiculoBLL()
 {
     VehiculoDAL            = new VehiculoDAL(ref bdConn);
     VehiculoCITVDAL        = new VehiculoCITVDAL(ref bdConn);
     VehiculoAseguradoraDAL = new VehiculoAseguradoraDAL(ref bdConn);
 }
Пример #2
0
 public VehiculoAseguradoraBLL()
 {
     VehiculoAseguradoraDAL = new VehiculoAseguradoraDAL(ref bdConn);
 }