Beispiel #1
0
 public void AddParty(Party party)
 {
     PartyRepository.Create(party);
 }