コード例 #1
0
 public async Task <IActionResult> UpdateWeapon(AddWeaponDto update)
 {
     return(Ok(await _weaponService.UpdateWeapon(update)));
 }