C# Класс Stock.Api.Controllers.ProductTypeController

Наследование: ControllerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ProductTypeController ( ProductTypeService service, IMapper mapper ) : System

Initializes a new instance of the ProductTypeController class.

Приватные методы

Метод Описание
Delete ( string id ) : ActionResult
Get ( ) : ActionResult>
Get ( string id ) : ActionResult
Post ( ProductTypeDTO value ) : ActionResult
Put ( string id, ProductTypeDTO value ) : void

Описание методов

ProductTypeController() публичный Метод

Initializes a new instance of the ProductTypeController class.
public ProductTypeController ( ProductTypeService service, IMapper mapper ) : System
service ProductTypeService Product type service.
mapper IMapper Mapper configurator.
Результат System