Exemplo n.º 1
0
 public DataSet EmpApprovalCheckGet(int EmpId, int LevelId)
 {
     return(_objDAlUser.EmpApprovalCheckGet(EmpId, LevelId));
 }