Exemplo n.º 1
0
 /// <summary>
 /// 显示部门
 /// </summary>
 /// <returns></returns>
 public List <Department> Get()
 {
     return(dal.Get());
 }