예제 #1
0
 public List <Party> GetPartiesFromEllection(int ellection_id)
 {
     return(partyrepo.GetPartiesFromEllection(ellection_id));
 }