Пример #1
0
        // GET: Wip/GetAllDetailTDTI
        public JsonResult GetAllScoreTDTI(int thn, int bln)
        {
            WipRepository tdtiRepo = new WipRepository();

            return(Json(tdtiRepo.GetScoreTDTI(thn, bln), JsonRequestBehavior.AllowGet));
        }