Beispiel #1
0
        public ActionResult SupplyArchyList()
        {
            var supplyItem = SupplyService.GetSupplys();
            var model      = Mapper.Map <List <SupplyModel> >(supplyItem);

            return(View(model));
        }