Exemple #1
0
 public TeacherEntity GetEntityByOpenId(string openid)
 {
     return(InstanceDAL.GetEntityByOpenId(openid));
 }