示例#1
0
 public IEnumerable <Employeetbl> GetAllEmployee(Employeetbl et)
 {
     return(objEmployeeDA.EmployeeAll(1, et));
 }