Ejemplo n.º 1
0
 public ActionResult <IEnumerable <CityResponse> > GetAllCity()
 {
     return(cityServices.GetAllCity());
 }