10 lines
179 B
C#
10 lines
179 B
C#
namespace ZeroFramework.DeviceCenter.Domain.Entities
|
|
{
|
|
/// <summary>
|
|
/// Defines an aggregate root
|
|
/// </summary>
|
|
public interface IAggregateRoot
|
|
{
|
|
|
|
}
|
|
} |