回答編集履歴

1

修正

2020/07/18 02:43

投稿

退会済みユーザー
test CHANGED
@@ -1,6 +1,6 @@
1
1
  > // 問③ EmployeeBeanに、EmployeeServiceよりsearch関数を呼び出し、返り値を格納してください。
2
2
 
3
- emps.search("postgres", "otikuyj");
3
+ emps.search(id, password);
4
4
 
5
5
 
6
6