コード例 #1
0
 public object GetById(int id)
 {
     return(_teacherDal.SelectById(id));
 }