예제 #1
0
        public async Task <object> Add(Property property)
        {
            bool isValid = await _propertiesService.AddProperty(property);

            _notification.SetNotificationMessage(isValid, Title, property.UID);

            return(_notification);
        }