C# 클래스 ProductManagement.Interface.RestApi.GenericProductsController

상속: ApiController, IGateway
파일 보기 프로젝트 열기: tahlil-ahmadi/GodOfWar

공개 메소드들

메소드 설명
GenericProductsController ( ICommandBus bus ) : System
Post ( CreateGenericProductCommand command ) : void

메소드 상세

GenericProductsController() 공개 메소드

public GenericProductsController ( ICommandBus bus ) : System
bus ICommandBus
리턴 System

Post() 공개 메소드

public Post ( CreateGenericProductCommand command ) : void
command CreateGenericProductCommand
리턴 void