namespace Common.Configuration.DTOs.ContentBlocker; /// /// DTO for updating ContentBlocker configuration /// /// /// This class inherits from ContentBlockerConfigDto without adding any additional fields /// since ContentBlocker doesn't have sensitive data fields that need special handling /// public class ContentBlockerConfigUpdateDto : ContentBlockerConfigDto { }