C# 클래스 ProductsManagement.Handlers.Products.EditHandler

파일 보기 프로젝트 열기: emiaj/ProductsManagement

공개 메소드들

메소드 설명
Command ( EditProductCommandModel model ) : FubuContinuation
EditHandler ( IProductService productService, IMappingEngine mapper ) : AutoMapper
Query ( EditProductModel model ) : EditProductModel

메소드 상세

Command() 공개 메소드

public Command ( EditProductCommandModel model ) : FubuContinuation
model EditProductCommandModel
리턴 FubuContinuation

EditHandler() 공개 메소드

public EditHandler ( IProductService productService, IMappingEngine mapper ) : AutoMapper
productService IProductService
mapper IMappingEngine
리턴 AutoMapper

Query() 공개 메소드

public Query ( EditProductModel model ) : EditProductModel
model EditProductModel
리턴 EditProductModel