//GET : wip/GetAllFinishCostABD public JsonResult GetAllFinishCostABD(int thn, int bln) { WipRepository FinishABD = new WipRepository(); return(Json(FinishABD.GetAllFinishCostABD(thn, bln), JsonRequestBehavior.AllowGet)); }