Exemplo n.º 1
0
 public int Post([FromBody] Harvest harv)
 {
     return(harv.insert());
 }