Exemplo n.º 1
0
 public async Task <JObject> CreateClient([FromBody] JObject data)
 {
     return(await _clientes.CrearCliente(data));
 }