コード例 #1
0
ファイル: PartyService.cs プロジェクト: razorbohan/PVT
 public void UpdateParty(Party party)
 {
     PartyRepository.Edit(party);
 }