コード例 #1
0
 // POST api/<controller>
 public long Post([FromBody] ClientDTO client)
 {
     return(_logic.CreateClient(client));
 }