C# Class Stock.Api.Controllers.ProductTypeController

Inheritance: ControllerBase
Afficher le fichier Open project: lnapoliHX/HexactaLabs-NetCore_React-Level1

Méthodes publiques

Méthode Description
ProductTypeController ( ProductTypeService service, IMapper mapper ) : System

Initializes a new instance of the ProductTypeController class.

Private Methods

Méthode Description
Delete ( string id ) : ActionResult
Get ( ) : ActionResult>
Get ( string id ) : ActionResult
Post ( ProductTypeDTO value ) : ActionResult
Put ( string id, ProductTypeDTO value ) : void

Method Details

ProductTypeController() public méthode

Initializes a new instance of the ProductTypeController class.
public ProductTypeController ( ProductTypeService service, IMapper mapper ) : System
service ProductTypeService Product type service.
mapper IMapper Mapper configurator.
Résultat System