C# Class DDDPPP.Chap21.MicroORM.Application.Application.BusinessUseCases.CreateAuction

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
Create ( NewAuctionRequest command ) : System.Guid
CreateAuction ( IAuctionRepository auctionRepository, IUnitOfWork unitOfWork ) : System

Method Details

Create() public méthode

public Create ( NewAuctionRequest command ) : System.Guid
command NewAuctionRequest
Résultat System.Guid

CreateAuction() public méthode

public CreateAuction ( IAuctionRepository auctionRepository, IUnitOfWork unitOfWork ) : System
auctionRepository IAuctionRepository
unitOfWork IUnitOfWork
Résultat System