Пример #1
0
        //GET : wip/GetAllFinishCostABD
        public JsonResult GetAllFinishCostABD(int thn, int bln)
        {
            WipRepository FinishABD = new WipRepository();

            return(Json(FinishABD.GetAllFinishCostABD(thn, bln), JsonRequestBehavior.AllowGet));
        }