Implements U4-165

This commit is contained in:
hartvig
2012-08-14 07:45:47 -02:00
parent d329123cda
commit c11bc9559c
3 changed files with 16 additions and 180 deletions

View File

@@ -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; }
}
}