C# Class EventSourcing.Sample.NotifyEventSample.ProductService

Inheritance: IProductService
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( string name, string description, double price ) : Product
name string
description string
price double
Résultat Product

ProductService() public méthode

public ProductService ( IContextManager contextManager ) : CodeSharp.EventSourcing
contextManager IContextManager
Résultat CodeSharp.EventSourcing