Exemple #1
0
        public string ClearAllVotes()
        {
            var countryService = new CountryService();

            countryService.ClearAllVotes();

            return("Ok");
        }