コード例 #1
0
ファイル: VesselsController.cs プロジェクト: jdouv/Thalassa
 public JObject UpdateVessel([FromBody] JObject json)
 {
     return(_vesselService.Update(json));
 }