Ejemplo n.º 1
0
 public bool BLL_AddToBookingService(BookingService bs)
 {
     return(db.AddToBookingService(bs));
 }