Пример #1
0
        public ActionResult GetWareHouseDetail(string IsActive)
        {
            var wareHouse = InBillMasterService.GetWareHouseDetail(IsActive);

            return(Json(wareHouse, "text", JsonRequestBehavior.AllowGet));
        }