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

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

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

CreateAuction() 공개 메소드

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