Obsoletes legacy relation API

This commit is contained in:
Shannon
2013-10-18 10:39:00 +11:00
parent 3cef9d9186
commit e18b00ef25

View File

@@ -11,6 +11,7 @@ namespace umbraco.cms.businesslogic.relation
/// <summary>
/// Summary description for Relation.
/// </summary>
[Obsolete("Use the RelationService instead")]
public class Relation
{
private int _id;