Ejemplo n.º 1
0
        public List <Advertisement> getAds(string username, string pass)
        {
            DbSelect             select  = new DbSelect(Configuration, _hostingEnvironment);
            List <Advertisement> adsList = new List <Advertisement>();

            adsList = select.getAds(username, pass);

            return(adsList);
        }