C# 클래스 PPPDDDChap19.eBidder.Listings.Application.Watching.BusinessUseCases.WatchItemService

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

공개 메소드들

메소드 설명
UnWatch ( UnWatchItem command ) : void
Watch ( WatchItem command ) : void
WatchItemService ( IListingRepository listings, IWatchedItemRepository watchedItems ) : System

메소드 상세

UnWatch() 공개 메소드

public UnWatch ( UnWatchItem command ) : void
command UnWatchItem
리턴 void

Watch() 공개 메소드

public Watch ( WatchItem command ) : void
command WatchItem
리턴 void

WatchItemService() 공개 메소드

public WatchItemService ( IListingRepository listings, IWatchedItemRepository watchedItems ) : System
listings IListingRepository
watchedItems IWatchedItemRepository
리턴 System