Esempio n. 1
0
 public Employee GetEmployee(string username)
 {
     return(Iempl.GetEmployeeInfo(username));
 }