Beispiel #1
0
 public Employee GetEmployeeById(int e_id)
 {
     return(EmployeeTable.GetEmployeeById(e_id));
 }