コード例 #1
0
        private IActionResult getEstateByAdvertType(bool type)
        {
            var list = m_estateService.GetEstatesByType(type);

            return(getResultNotFound(list));
        }