C# Class ProductManagement.Interface.RestApi.GenericProductsController

Inheritance: ApiController, IGateway
Afficher le fichier Open project: tahlil-ahmadi/GodOfWar

Méthodes publiques

Méthode Description
GenericProductsController ( ICommandBus bus ) : System
Post ( CreateGenericProductCommand command ) : void

Method Details

GenericProductsController() public méthode

public GenericProductsController ( ICommandBus bus ) : System
bus ICommandBus
Résultat System

Post() public méthode

public Post ( CreateGenericProductCommand command ) : void
command CreateGenericProductCommand
Résultat void