C# 클래스 DDDPPP.Chap21.MicroORM.Application.Application.BusinessUseCases.CreateAuction

파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
Create ( NewAuctionRequest command ) : System.Guid
CreateAuction ( IAuctionRepository auctionRepository, IUnitOfWork unitOfWork ) : System

메소드 상세

Create() 공개 메소드

public Create ( NewAuctionRequest command ) : System.Guid
command NewAuctionRequest
리턴 System.Guid

CreateAuction() 공개 메소드

public CreateAuction ( IAuctionRepository auctionRepository, IUnitOfWork unitOfWork ) : System
auctionRepository IAuctionRepository
unitOfWork IUnitOfWork
리턴 System