Beispiel #1
0
        // GET: /Dashboard/GetTotalByDateDashboard
        public ActionResult GetSupplierWiseTotalPaymentDashboard()
        {
            var data = _aManager.GetSupplierWiseTotalPaymentDashboard();

            return(Json(data.Data, JsonRequestBehavior.AllowGet));
        }