Exemplo n.º 1
0
 public List<NBrightInfo> GetClients()
 {
     if (Info == null) return new List<NBrightInfo>();
     var objCtrl = new NBrightBuyController();
     var userlist = objCtrl.GetDnnUserProductClient(_portalId, Info.ItemID);
     return userlist;
 }