Exemplo n.º 1
0
 //            MyProfileVC owner;
 public ReferralRequestsTableSource(List<ReferralRequest> items, MyProfileVC myProfileVC)
 {
     TableItems = items;
     //				this.owner = owner;
 }
Exemplo n.º 2
0
 //            MyProfileVC owner;
 public ActiveLeadsTableSource(List<LeadMaster> items, MyProfileVC myProfileVC)
 {
     TableItems = items;
     //				this.owner = owner;
 }