Ejemplo n.º 1
0
        public static Control GetReport(string electionKey, string congress,
                                        string stateSenate, string stateHouse, string countyCode,
                                        out int officeContests)
        {
            var reportObject = new BallotReportResponsive();

            return(reportObject.GenerateReport(electionKey, congress, stateSenate,
                                               stateHouse, countyCode, out officeContests));
        }
Ejemplo n.º 2
0
        public static Control GetReport(string electionKey, string congress, string stateSenate,
                                        string stateHouse, string countyCode, string district, string place,
                                        string elementary, string secondary, string unified, string cityCouncil,
                                        string countySupervisors, string schoolDistrictDistrict, out List <string> officeContests)
        {
            var reportObject = new BallotReportResponsive();

            return(reportObject.GenerateReport(electionKey, congress, stateSenate,
                                               stateHouse, countyCode, district, place, elementary, secondary, unified,
                                               cityCouncil, countySupervisors, schoolDistrictDistrict, out officeContests));
        }