コード例 #1
0
        public async Task <object> Delete(string UID)
        {
            bool isValid = await _propertiesService.DeleteProperty(UID);

            _notification.SetNotificationMessage(isValid, Title, UID);

            return(_notification);
        }
コード例 #2
0
 public void DeleteProperty(int id)
 {
     _service.DeleteProperty(id);
 }