コード例 #1
0
ファイル: ComboxController.cs プロジェクト: johden2/Demo0603
        public ActionResult Status_GetList(int headerType, string statusType)
        {
            IList <ItemModel> itemList = StatusHelper.GetConstStatus(statusType);

            return(GetResult(headerType, itemList));
        }