コード例 #1
0
 public DataTable GetEmailIDDetailsForKSS(string UserEmpID)
 {
     return(_repository.GetEmailIDDetailsForKSS(UserEmpID));
 }