C# Class iSynaptic.Core.Persistence.SqlServerAggregateRepository.DbAggregate

Inheritance: DbRow
Show file Open project: iSynaptic/iSynaptic.Core

Public Methods

Method Description
DbAggregate ( string aggregateId, int version, string type ) : System

Method Details

DbAggregate() public method

public DbAggregate ( string aggregateId, int version, string type ) : System
aggregateId string
version int
type string
return System