public Client AddClient(Client inst) { return(cl.AddClient(inst)); }
public void AddClient([FromBody] Client inst) { cl.AddClient(inst); }