コード例 #1
0
 public bool EditParty(Party party)
 {
     return(context.EditParty(party));
 }