Anthology Command Model
The Command Model is optimized to handle transactions and calculations. It is exposed to the web client through WebAPI Controllers. Unlike the Query Model, the Command Model's relationships only include the data that will be updated in a single transaction. An example of a transaction sequence is the CreateTask command.