Example #1
0
 public MVVehiculos(tallerEntities ent)
 {
     tallerEnt = ent;
     vehServ   = new VehiculoServicio(tallerEnt);
     listaVehi = new ListCollectionView(vehServ.getAll().ToList());
     clieServ  = new ServicioGenerico <cliente>(tallerEnt);
     vehNuevo  = new vehiculo();
 }