Ejemplo n.º 1
0
        public ActionResult WBIStoreSelection()
        {
            ViewBag.IssueToStoreList   = _objDalStore.GetAllActiveWetBlueLeatherStore();
            ViewBag.IssueFromStoreList = _objDalStore.GetAllActiveProductionStore();
            ViewBag.UnitList           = _dalWBIStoreSelectionObj.GetAllActiveLeatherUnit();


            return(View());
        }