More code and tests written for deep cloning.

This commit is contained in:
Shannon
2014-04-16 11:23:00 +10:00
parent dcac5d4709
commit bb22f5a283
6 changed files with 98 additions and 85 deletions

View File

@@ -1,7 +0,0 @@
namespace Umbraco.Core.Models.EntityBase
{
public interface IDeepCloneable
{
object DeepClone();
}
}