예제 #1
0
 public IActionResult OnPost(Guid id)
 {
     _services.DeleteBooking(id);
     return(RedirectToPage("Index"));
 }