C# 클래스 AndyPike.Castlecasts.IntroToWindsor.IoC.OrderProcessingService

파일 보기 프로젝트 열기: andypike/Castlecasts

공개 메소드들

메소드 설명
OrderProcessingService ( IRepository repository, INotifier notifier )
PlaceOrder ( Order order ) : void

메소드 상세

OrderProcessingService() 공개 메소드

public OrderProcessingService ( IRepository repository, INotifier notifier )
repository IRepository
notifier INotifier

PlaceOrder() 공개 메소드

public PlaceOrder ( Order order ) : void
order Order
리턴 void