InviteContact constructor
InviteContact(
- List<
CustomContact> uiCustomContacts, - UserBean bean
Implementation
InviteContact(List<CustomContact> uiCustomContacts, UserBean bean) {
contactList = uiCustomContacts;
this.bean = bean;
}