Ejemplo n.º 1
0
        public string ClearVotes(string countryId)
        {
            var countryService = new CountryService();

            countryService.ClearVotes(countryId);

            return("Ok");
        }