Retrofit ContentEditingBaseBuilder to match new create/update models (#19129)

This commit is contained in:
Kenn Jacobsen
2025-04-24 12:28:05 +02:00
committed by GitHub
parent 97ded97fc7
commit 8caf4ae3e0
7 changed files with 67 additions and 88 deletions

View File

@@ -1,6 +0,0 @@
namespace Umbraco.Cms.Tests.Common.Builders.Interfaces;
public interface IWithInvariantNameBuilder
{
public string? InvariantName { get; set; }
}