Ejemplo n.º 1
0
 public IHttpActionResult GetSubCategories(int categoryId)
 {
     return(Json(DropDownS.SubCategories(categoryId)));
 }