Ejemplo n.º 1
0
        /// <summary>
        /// Hasan Add For RandomLatestAds
        /// </summary>
        /// <returns></returns>
        public List <SP_GetRandomAllRecentMaterialAdsResult> GetAllLatestRandomAds()
        {
            var obj = _dbContext.SP_GetRandomAllRecentMaterialAds().ToList();

            return(obj);
        }