Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public IQueryable<CustomerPurchases> GetPurchases(int customerID)
  2. {
  3. return _purchaseService.GetPurchases(customerID);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement