Example #1
0
        public ActionResult Index(string link)
        {
            Session["link"] = link;
            AffilatePartnersService apService = new AffilatePartnersService(link);

            return(View(apService.UserPartners));
        }
Example #2
0
        public ActionResult Index()
        {
            AffilatePartnersService apService = new AffilatePartnersService();

            return(View(apService.UserPartners));
        }