namespace ZeroFramework.DeviceCenter.Domain.Entities { /// /// Defines an aggregate root /// public interface IAggregateRoot { } }