Skip to content

Instantly share code, notes, and snippets.

@NTCoding
Last active December 12, 2015 11:25
Show Gist options
  • Select an option

  • Save NTCoding/81403346f628eb27261b to your computer and use it in GitHub Desktop.

Select an option

Save NTCoding/81403346f628eb27261b to your computer and use it in GitHub Desktop.
object RecommendAFriend {
def apply(validator: NewAccountValidator, customers: CustomerDirectory, policy: ReferralPolicy)
(referrerId: Int, friendsAccountDetails: NewAccountDetails) =
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment