コード例 #1
0
 public DataSet GetEmailIDDetails(string UserEmpID, int Raiseid)
 {
     return(_repository.GetEmailIDDetails(UserEmpID, Raiseid));
 }