Esempio n. 1
0
 public void Put(int id, [FromBody] TestModel model)
 {
 }
Esempio n. 2
0
 public void Post([FromBody] TestModel model)
 {
     _logger.LogInformation($"UserName: {User.Identity.Name}");
 }