Class CourseAggregate
public class CourseAggregate : AggregateRoot
- Inheritance
-
CourseAggregate
- Inherited Members
- Extension Methods
Constructors
CourseAggregate()
public CourseAggregate()
Properties
Data
public CourseState Data { get; }
Property Value
Methods
CreateState()
Every aggregate must override this method to create the object that holds its current state.
public override AggregateState CreateState()