// POST: api/Employee/Create public void Create([FromBody] ClientEntity clientEntity) { _clientLogic.CreateNewClient(clientEntity); }