Mappings Sources - Happi-cat/Untech.SharePoint GitHub Wiki

One of the next ways can be used for data mapping creation:

Register mappings when they are done:

	cfgBuilder
		.RegisterMappings(n => n.Annotated<WebDataContext>())
		.RegisterMappings(n => new DataContextMap())
		.RegisterMappings(n => new YourOwnMapping());