C# 클래스 EventSourcing.Sample.NotifyEventSample.ProductService

상속: IProductService
파일 보기 프로젝트 열기: tangxuehua/eventsourcing

공개 메소드들

메소드 설명
Create ( string name, string description, double price ) : Product
ProductService ( IContextManager contextManager ) : CodeSharp.EventSourcing

메소드 상세

Create() 공개 메소드

public Create ( string name, string description, double price ) : Product
name string
description string
price double
리턴 Product

ProductService() 공개 메소드

public ProductService ( IContextManager contextManager ) : CodeSharp.EventSourcing
contextManager IContextManager
리턴 CodeSharp.EventSourcing