C# Class WebAPI.Controllers.ProductCommentController

Inheritance: ControllerBase
Afficher le fichier Open project: cenkerkumlucali/E-Commerce-Backend

Méthodes publiques

Méthode Description
ProductCommentController ( IProductCommentService productCommentService ) : System.Threading.Tasks

Private Methods

Méthode Description
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

Method Details

ProductCommentController() public méthode

public ProductCommentController ( IProductCommentService productCommentService ) : System.Threading.Tasks
productCommentService IProductCommentService
Résultat System.Threading.Tasks