Ejemplo n.º 1
0
 public List <bookingBE> viewVehicle(DateTime?start, string WeekMonth)
 {
     return(ob.viewVehicle(start, WeekMonth));
 }