18.06.2014, 23:41
Este?
Код HTML:
public CarroHotel(carid)
{
if(carid >= 290 && carid <= 302)
{
return 1;
}
return 0;
}

