예제 #1
0
파일: Utils.cs 프로젝트: huihao/evaluation
 public static string GetTeacherName(int id)
 {
     var bll = new WebUser();
     return bll.GetModel(id).Name;
 }