示例#1
0
 // [Permission(ProductContentManage)]
 public IActionResult ProductAddTags([FromBody] UserProductAuditViewModel model)
 => OnAction <UserProductAuditViewModel, Audit.UserProductAuditDto>(model, _userProductRepo.ProductAddTags);
示例#2
0
 public IActionResult AuditUserProduct([FromBody] UserProductAuditViewModel model)
 => OnAction <UserProductAuditViewModel, Audit.UserProductAuditDto>(model, _userProductRepo.AuditUserProduct);