C# Class ProductsManagement.Handlers.Products.AddHandler

Mostrar archivo Open project: emiaj/ProductsManagement

Public Methods

Method Description
AddHandler ( IProductService service, IMappingEngine mapper ) : AutoMapper
Command ( AddProductModel model ) : FubuMVC.Core.Ajax.AjaxContinuation
Query ( AddProductRequest model ) : AddProductModel

Method Details

AddHandler() public method

public AddHandler ( IProductService service, IMappingEngine mapper ) : AutoMapper
service IProductService
mapper IMappingEngine
return AutoMapper

Command() public method

public Command ( AddProductModel model ) : FubuMVC.Core.Ajax.AjaxContinuation
model AddProductModel
return FubuMVC.Core.Ajax.AjaxContinuation

Query() public method

public Query ( AddProductRequest model ) : AddProductModel
model AddProductRequest
return AddProductModel