C# Класс EventSourcing.Sample.NotifyEventSample.ProductService

Наследование: IProductService
Показать файл Открыть проект

Открытые методы

Метод Описание
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