Exemplo n.º 1
0
 public int BookNow(Booking booking)
 {
     return(_bookingDal.Insert(booking));
 }