Example #1
0
 public Employees GetEmployeeByID(int ID_E)
 {
     return(E_BL.GetEmployeeByID(ID_E));
 }