C# Class EventSourcing.Sample.NotifyEventSample.ProductService

Inheritance: IProductService
显示文件 Open project: tangxuehua/eventsourcing

Public Methods

Method Description
Create ( string name, string description, double price ) : Product
ProductService ( IContextManager contextManager ) : CodeSharp.EventSourcing

Method Details

Create() public method

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

ProductService() public method

public ProductService ( IContextManager contextManager ) : CodeSharp.EventSourcing
contextManager IContextManager
return CodeSharp.EventSourcing