Ejemplo n.º 1
0
 public IHttpActionResult GetProvinces(int countryId)
 {
     return(Json(DropDownS.Provinces(countryId)));
 }