Esempio n. 1
0
        public IActionResult UpdateCompany([FromBody] CContext c)
        {
            var ls = repo.UpdateCompany(c);

            return(Ok("update successful"));
        }