示例#1
0
        // GET: Wip/GetWipDetail
        public JsonResult GetWipDetail(int thn, int bln, int hari, int pil)
        {
            WipRepository wipRepo = new WipRepository();

            return(Json(wipRepo.GetWipDetail(thn, bln, hari, pil), JsonRequestBehavior.AllowGet));
        }