Esempio n. 1
0
 public static string GetTeacherName(int id)
 {
     var bll = new WebUser();
     return bll.GetModel(id).Name;
 }