コード例 #1
0
 public JsonResult AllCategories()
 {
     return(new JsonResult(_repository.AllCategories()));
 }