Beispiel #1
0
 public ActionResult <bool> NewCountry(Country country)
 {
     return(ApiResult(CountryBusiness.NewCountry(country)));
 }