Exemplo n.º 1
0
        public JsonResult GetChallanList(string SupplierID)
        {
            var challanList = DalObj.GetChallanListInfo(SupplierID);

            return(Json(challanList, JsonRequestBehavior.AllowGet));
        }