Beispiel #1
0
 public bool EditParty(Party party)
 {
     return(partyrepo.EditParty(party));
 }