C# Class Admin.Service.MicroServices.Products.Handlers.ProductCommandHandlers

Show file Open project: rbanks54/microcafe Class Usage Examples

Public Methods

Method Description
Handle ( AlterProduct message ) : void
Handle ( CreateProduct message ) : void
ProductCommandHandlers ( IRepository repository ) : System

Method Details

Handle() public method

public Handle ( AlterProduct message ) : void
message Admin.Service.MicroServices.Products.Commands.AlterProduct
return void

Handle() public method

public Handle ( CreateProduct message ) : void
message Admin.Service.MicroServices.Products.Commands.CreateProduct
return void

ProductCommandHandlers() public method

public ProductCommandHandlers ( IRepository repository ) : System
repository IRepository
return System