コード例 #1
0
        public JsonResult FillUnitList( int StartIndex, int EndIndex)
        {
            DropDownListsRepository model = new DropDownListsRepository();

             return Json(model.FillUnitList(StartIndex, EndIndex), JsonRequestBehavior.AllowGet);
        }