Method | Description | |
---|---|---|
Add ( Auction auction ) : void | ||
AuctionRepository ( IUnitOfWork unitOfWork ) : System | ||
FindBy ( System.Guid Id ) : Auction | ||
Map ( |
||
PersistCreationOf ( IAggregateDataModel entity ) : void | ||
PersistUpdateOf ( IAggregateDataModel entity ) : void | ||
Save ( Auction auction ) : void |
public AuctionRepository ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public Map ( |
||
auctionDTO | ||
snapshot | ||
return | void |
public PersistCreationOf ( IAggregateDataModel entity ) : void | ||
entity | IAggregateDataModel | |
return | void |
public PersistUpdateOf ( IAggregateDataModel entity ) : void | ||
entity | IAggregateDataModel | |
return | void |