Esempio n. 1
0
 public Employee GetEmployeebyID(int id)
 {
     return(context.GetAllEmployeeById(id));
 }