Esempio n. 1
0
        //Buyer
        public ActionResult DisplayBuyerProperty()
        {
            IEnumerable <BuyerProperty> property = propertyBL.DisplayBuyerPropertyDetails();

            TempData["Property"] = property;
            return(View());
        }