Exemplo n.º 1
0
 //登录查询
 public Teacher GetUserInfoModel(string userName, string userpwd)
 {
     return(teacherDao.TeaLogin(userName, userpwd));
 }