Beispiel #1
0
 public int AddEditBookingContainer(IBookingContainer Containers)
 {
     return(BookingDAL.AddEditBookingContainer(Containers));
 }