Beispiel #1
0
 public void CreateBookPackage(PackageBooking packageBooking)
 {
     _packageRepository.AddPackageBooking(packageBooking);
 }