Table of Contents

Namespace arolariu.Backend.Common.DDD.Contracts

Classes

BaseEntity<T>

The base entity abstract base class.

NamedEntity<T>

Named entity. The first three properties are:

  1. Id of type T
  2. Name of type string
  3. Description of type string

Interfaces

IAuditable

Interface for the audit information.