Method | Description | |
---|---|---|
ProductCommentController ( IProductCommentService productCommentService ) : System.Threading.Tasks |
Method | 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 |
public ProductCommentController ( IProductCommentService productCommentService ) : System.Threading.Tasks | ||
productCommentService | IProductCommentService | |
return | System.Threading.Tasks |