Implements U4-165
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
using umbraco.cms.businesslogic.property;
|
||||
|
||||
namespace umbraco.editorControls.userControlGrapper
|
||||
{
|
||||
public interface IUsercontrolDataEditor
|
||||
{
|
||||
object value { get; set;}
|
||||
}
|
||||
|
||||
public interface IUsercontrolPropertyData
|
||||
{
|
||||
Property PropertyObject { set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user