7 lines
82 B
C#
7 lines
82 B
C#
namespace IM.DomainCommons
|
|
{
|
|
public interface IAggregateRoot
|
|
{
|
|
}
|
|
}
|