Ejemplo n.º 1
0
        public void Post([FromBody] Content content)
        {
            var repo = new ElasticSearchRepositorie(_config);

            repo.Insert(content);
        }