From c270c28d6889e8cbd8173ab655508341b3ca84c0 Mon Sep 17 00:00:00 2001 From: lch Date: Tue, 18 May 2021 02:16:41 +0000 Subject: [PATCH] =?UTF-8?q?=ED=95=A9=EC=88=99=EC=97=AC=EB=B6=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/cm/cmreg.cshtml | 26 +++++++++++++-- Model/CM.cs | 72 +++++++++++++++++++++------------------- 2 files changed, 61 insertions(+), 37 deletions(-) diff --git a/BO/Views/cm/cmreg.cshtml b/BO/Views/cm/cmreg.cshtml index 3f19f4f..7ec0ea0 100644 --- a/BO/Views/cm/cmreg.cshtml +++ b/BO/Views/cm/cmreg.cshtml @@ -100,6 +100,10 @@
@Html.Partial("./Partial/Radio", Model.CM.cshape, new ViewDataDictionary() { { "valuetext", "0:온라인;1:교육장;2:온라인 혼합" }, { "checked", Model.CM.cshape }, { "name", "CM.cshape" } })
+