C# Класс WebAPI.Controllers.ProductCommentController

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

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

Метод Описание
ProductCommentController ( IProductCommentService productCommentService ) : System.Threading.Tasks

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

Метод Описание
Add ( ProductComment productComment ) : Task
Delete ( ProductComment productComment ) : Task
GetAll ( ) : Task
GetAllByProductId ( int productId ) : Task
GetAllByUserId ( int userId ) : Task
GetAllDetails ( ) : Task
GetAllDetailsByProductId ( int productId ) : Task
GetAllDetailsByUserId ( int userId ) : Task
GetDetailByUserIdAndId ( int userId, int id ) : Task
GetIdAdd ( ProductComment productComment ) : Task
Update ( ProductComment productComment ) : Task

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

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

public ProductCommentController ( IProductCommentService productCommentService ) : System.Threading.Tasks
productCommentService IProductCommentService
Результат System.Threading.Tasks