This commit is contained in:
maxnes3 2023-05-15 19:10:49 +04:00
parent 0e51a0e3d6
commit d14bf5334f

View File

@ -94,4 +94,6 @@ public class AuthorMvcController {
authorService.removeBookFromAuthor(id, bookid);
return "redirect:/author/" + id.toString() + "/books";
}
private void Bt(){}
}