コード例 #1
0
 public JsonResult All()
 {
     return(Json(_productsRepo.All(), JsonRequestBehavior.AllowGet));
 }