Example #1
0
 public JsonResult GetProductsByCategoryId(int id) =>
 Json(new SelectList(orderDetailRepository.GetListProductWithCategoryId(id), "Id", "Name"));