// POST api/<controller> public long Post([FromBody] ClientDTO client) { return(_logic.CreateClient(client)); }