Exemplo n.º 1
0
 public bool AddOrUpdate(Booking Booking, WTCCeresEntities db)
 {
     return(repository.AddOrUpdate(Booking, db));
 }