예제 #1
0
 public IActionResult InsertCounty(CountyModel county)
 {
     _countyRepository.InsertCounty(county);
     return(Ok());
 }