#10: (WOP)UI fürs Sperren/Löschen/Entsperren
All checks were successful
Quality Check / Qualty Check (push) Successful in 8s
All checks were successful
Quality Check / Qualty Check (push) Successful in 8s
This commit is contained in:
parent
f8fab95a07
commit
5cf57bc05c
2 changed files with 3 additions and 0 deletions
|
@ -116,4 +116,5 @@ public class AllNurseController {
|
|||
this.textFieldPhoneNumber.clear();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -86,4 +86,6 @@ public class NurseDao extends DaoImp<Nurse> {
|
|||
statement.setInt(1, id);
|
||||
return statement;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue