Ejemplo n.º 1
0
        public async Task <string> GetPropertyLocationAddress(int propertyId)
        {
            if (propertyId != 0)
            {
                return(await _propertyViewModelService.GetPropertyLocationAddress(propertyId));
            }

            return(string.Empty);
        }