Добавил примеры для дебага

This commit is contained in:
Struchkov Mark 2022-02-19 08:17:50 +03:00
parent dc789b0f43
commit 907f7552e0

View File

@ -15,10 +15,6 @@ public class ExampleOne {
personService.showAllPerson();
}
private static String getIvanovName() {
return "Иванов";
}
private static void demoTwo(PersonService personService) {
personService.showAllPerson();
personService.correctDeleteAllByLastName("Скворцова");