コード例 #1
0
 public TeacherModel GetbyID(string id)
 {
     return(_teacherBusiness.GetbyID(id));
 }