Beispiel #1
0
 public string CreateCountries([FromBody] string[] countries)
 {
     return(_countryRepository.CreateCountries(countries));
 }