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