C# Class ProductsManagement.Handlers.Products.DeleteHandler

Afficher le fichier Open project: emiaj/ProductsManagement

Méthodes publiques

Méthode Description
Command ( DeleteCommandModel model ) : FubuContinuation
DeleteHandler ( IProductService productService, IUrlRegistry urlRegistry ) : FubuMVC.Core
Query ( DeleteProductRequest model ) : DeleteCommandModel

Method Details

Command() public méthode

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

DeleteHandler() public méthode

public DeleteHandler ( IProductService productService, IUrlRegistry urlRegistry ) : FubuMVC.Core
productService IProductService
urlRegistry IUrlRegistry
Résultat FubuMVC.Core

Query() public méthode

public Query ( DeleteProductRequest model ) : DeleteCommandModel
model DeleteProductRequest
Résultat DeleteCommandModel