Exemple #1
0
 public Employee GetEmployee(int id)
 {
     return(_staffService.GetEmployee(id));
 }