예제 #1
0
 public contactandtags(List <userCTag> a, List <userFTag> f, contact1 b, List <mobileNo> mns)
 {
     t             = a;
     c1            = b;
     ft1new        = f;
     mobilenumlist = mns;
 }
예제 #2
0
 public contactandtags(List <userCTag> a, List <userFTag> f, List <Contact> b, contact1 c2)
 {
     t      = a;
     c      = b;
     c1     = c2;
     ft1new = f;
 }
예제 #3
0
 public contactandtags(contact1 c11, List <fTagDetail1> ftd, List <userCTag> lc, List <userCTag> unassigned)
 {
     contacta    = c11;
     c1          = c11;
     ftdetail    = ftd;
     t           = lc;
     uclunassign = unassigned;
 }
예제 #4
0
 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;
 }
예제 #5
0
 public contactandtags(contact1 c11, List <fTagDetail1> ftd)
 {
     contacta = c11;
     c1       = c11;
     ftdetail = ftd;
 }
예제 #6
0
 public contactandtags(List <userCTag> a, List <userFTag> f, contact1 b)
 {
     t      = a;
     c1     = b;
     ft1new = f;
 }