Esempio n. 1
0
 public EMPLOYEE GetEmpByPhone(string phone)
 {
     return(_set.GetEmpByPhone(phone));
 }