コード例 #1
0
 public Teacher Find(int id)
 {
     return(_teacherRepo.Find(id));
 }