示例#1
0
 public Department[] GetAllDepartments()
 {
     return(dbLayer.GetAllDepartments());
 }