Example #1
0
 public Task Post([FromBody] CountryDto country)
 {
     return(_countriesService.AddCountryAsync(country, HttpContext.RequestAborted));
 }