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