Esempio n. 1
0
        public IHttpActionResult GetPriceOfCondo(SearchMap searchDto)
        {
            var        repos    = new TDAssetRespository();
            SetionType sectionT = new SetionType();


            var estimateData = repos.GetPriceOfCondo(searchDto);

            return(Json(estimateData));
        }