C# 클래스 WebAPI.Controllers.ProductCommentController

상속: ControllerBase
파일 보기 프로젝트 열기: cenkerkumlucali/E-Commerce-Backend

공개 메소드들

메소드 설명
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