示例#1
0
 public List <Party> GetPartiesFromCoalition(int coalition_id)
 {
     return(partyrepo.GetPartiesFromCoalition(coalition_id));
 }