コード例 #1
0
 public void Post([FromBody] Products value)
 {
     if (value != null)
     {
         productBL.AddProductBL(value);
     }
 }