Advertisement
Guest User

Untitled

a guest
Sep 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.50 KB | None | 0 0
  1.  
  2. //    private fun createFriends(signingId: String, contact: Contact): List<InviteFriendResultDto> {
  3. //        val organization = organizationRepository.findById(contact.organizationId)
  4. //        return friendRepository.findBySigningId(signingId).map { friend ->
  5. //            converter.convert(
  6. //                    object : CompositeTripleSource<Friend, Contact, Organization?>(friend, contact, organization) {},
  7. //                    InviteFriendResultDto::class.java
  8. //            )
  9. //        }
  10. //    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement