コード例 #1
0
 public ActionResult <IEnumerable <CityResponse> > GetAllCity()
 {
     return(cityServices.GetAllCity());
 }