C# Class ProductsManagement.Handlers.Products.EditHandler

Afficher le fichier Open project: emiaj/ProductsManagement

Méthodes publiques

Méthode Description
Command ( EditProductCommandModel model ) : FubuContinuation
EditHandler ( IProductService productService, IMappingEngine mapper ) : AutoMapper
Query ( EditProductModel model ) : EditProductModel

Method Details

Command() public méthode

public Command ( EditProductCommandModel model ) : FubuContinuation
model EditProductCommandModel
Résultat FubuContinuation

EditHandler() public méthode

public EditHandler ( IProductService productService, IMappingEngine mapper ) : AutoMapper
productService IProductService
mapper IMappingEngine
Résultat AutoMapper

Query() public méthode

public Query ( EditProductModel model ) : EditProductModel
model EditProductModel
Résultat EditProductModel