Esempio n. 1
0
 public Employee GetEmployee(string no)
 {
     return(cronusController.GetEmployee(no));
 }