public contactandtags(List <userCTag> a, List <userFTag> f, contact1 b, List <mobileNo> mns) { t = a; c1 = b; ft1new = f; mobilenumlist = mns; }
public contactandtags(List <userCTag> a, List <userFTag> f, List <Contact> b, contact1 c2) { t = a; c = b; c1 = c2; ft1new = f; }
public contactandtags(contact1 c11, List <fTagDetail1> ftd, List <userCTag> lc, List <userCTag> unassigned) { contacta = c11; c1 = c11; ftdetail = ftd; t = lc; uclunassign = unassigned; }
public contactandtags(contact1 c11, List <fTagDetail1> ftd, List <userCTag> lc, List <userCTag> unassigned, List <mobileNo> mns) { mobilenumlist = mns; contacta = c11; c1 = c11; ftdetail = ftd; t = lc; uclunassign = unassigned; }
public contactandtags(contact1 c11, List <fTagDetail1> ftd) { contacta = c11; c1 = c11; ftdetail = ftd; }
public contactandtags(List <userCTag> a, List <userFTag> f, contact1 b) { t = a; c1 = b; ft1new = f; }