Example #1
0
 public int Addcar(VehiclesBE a)
 {
     return(ob.Addcar(a));
 }