Exemplo n.º 1
0
        private IActionResult getEstateByHeathingType(int type)
        {
            var list = m_estateService.GetEstatesByHeathingType(type);

            return(getResultNotFound(list));
        }