Skip to content

Instantly share code, notes, and snippets.

@sohangp
Created May 15, 2019 19:06
Show Gist options
  • Save sohangp/2dc3798a7ad68fb5bf3780e895bb7701 to your computer and use it in GitHub Desktop.
Save sohangp/2dc3798a7ad68fb5bf3780e895bb7701 to your computer and use it in GitHub Desktop.
Service Layer
public List<CustomerDetailsDTO> getCustomersAndOrderData() throws Exception {
return customerRepository.getCustomerDetails();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment