C# Class CodeSharp.EventSourcing.DefaultAggregateRootVersionTableProvider

Inheritance: IAggregateRootVersionTableProvider
Show file Open project: tangxuehua/eventsourcing

Public Methods

Method Description
AddMapping ( Type aggregateRootType, string table ) : void
GetTable ( Type aggregateRootType ) : string

Method Details

AddMapping() public method

public AddMapping ( Type aggregateRootType, string table ) : void
aggregateRootType System.Type
table string
return void

GetTable() public method

public GetTable ( Type aggregateRootType ) : string
aggregateRootType System.Type
return string