Example #1
0
        /// <summary>
        /// Hasan Add For RandomRecentForSaleAds
        /// </summary>
        /// <returns></returns>
        public List <SP_GetRandomAllRecentMaterialAccordingToCategoreyIIDResult> GetAllLatestRandomAdsForSale()
        {
            var obj = _dbContext.SP_GetRandomAllRecentMaterialAccordingToCategoreyIID().ToList();

            return(obj);
        }