Namespace Innovt.Cloud.AWS.Dynamo.Mapping
Classes
BaseDataModel<TDataModel, TDomain>
Base abstract class representing a data model that can be mapped to/from a domain model.
ModelBuilder
Determine how to build the model and the relation with all mapped entities.
Interfaces
IEntityTypeDataModelMapper<T>
Interface for configuring the mapping between an entity type and its corresponding data model using an EntityTypeBuilder.