コード例 #1
0
ファイル: ZzController.cs プロジェクト: bnhomework/zzzs
        public ActionResult GetPublicDesgins(string customerId)
        {
            var desgins = BS.GetPublicDesgins(customerId);

            return(new JsonResult()
            {
                Data = desgins,
                MaxJsonLength = int.MaxValue
            });
        }