Пример #1
0
        public IActionResult CustomerExpireList()
        {
            var expireList = _realEstateServices.CustomerExpireList();

            return(View(expireList));
        }