Ejemplo n.º 1
0
 public IEnumerable <Borrower> GetAllBorrowers(string sortOrder)
 {
     return(_repository.GetAllBorrowers(sortOrder).ToList());
 }