Exemple #1
0
 public List <PendingRequestModel> getClosedRequest(string EmployeeCode)
 {
     return(Closed.getClosedRequest(EmployeeCode));
 }