Пример #1
0
 public EMPLOYEE GetEmpByUserID(string userId)
 {
     return(_set.GetEmpByUserID(userId));
 }