Пример #1
0
        public JsonResult _DeleteBillings(bool isSelectAllPages, List <string> billingIds)
        {
            _service.DeleteBillings(isSelectAllPages, billingIds);

            return(Json(new { Success = "Bulk delete of the billings have been successfully executed!" }, JsonRequestBehavior.AllowGet));
        }