Exemple #1
0
 // POST api/values
 //public void Post([FromBody]string value)
 public void Post([FromBody] BusinessOwner bo)
 {
     bo.insert();
 }