Method | Description | |
---|---|---|
ProductTypeController ( ProductTypeService service, IMapper mapper ) : System |
Initializes a new instance of the ProductTypeController class.
|
Method | Description | |
---|---|---|
Delete ( string id ) : ActionResult | ||
Get ( ) : ActionResult |
||
Get ( string id ) : ActionResult |
||
Post ( ProductTypeDTO value ) : ActionResult | ||
Put ( string id, ProductTypeDTO value ) : void |
public ProductTypeController ( ProductTypeService service, IMapper mapper ) : System | ||
service | ProductTypeService | Product type service. |
mapper | IMapper | Mapper configurator. |
return | System |