using Microsoft.AspNetCore.Mvc; namespace AlquilaFacil.Controllers; [ApiController] public class PropiedadesController: ControllerBase { }