예제 #1
0
 public JsonResult GetLayoutList()
 {
     return(Try(() => LayoutService.GetAllLayout(), "获取布局列表失败", "获取布局列表成功"));
 }