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