예제 #1
0
 public int Allotdriver(string bookingid, string carid, string driverid)
 {
     return(ob.Allotdriver(bookingid, carid, driverid));
 }