示例#1
0
 public IHttpActionResult SaveItem()
 {
     _productBLL.ValidatePrice(3);
     return(Ok());
 }