コード例 #1
0
 /// <summary>
 /// 获取所有教师列表
 /// </summary>
 /// <returns></returns>
 public List <Employee> GetAllTeachers()
 {
     return(repositoryService.GetAllTeachers());
 }