コード例 #1
0
 public void Put([FromBody] TeamViewModel teamViewModel)
 {
     _teamAppService.Update(teamViewModel);
 }