Advertisement
Guest User

Untitled

a guest
May 27th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (defn save!
  2. "Persists an account"
  3. [account]
  4. (common/gateway-call :account-gateway :save! account))
  5.  
  6. (defn find-by-id
  7. "Find account by given id"
  8. [id]
  9. (common/gateway-call :account-gateway :find-by-id id))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement