Ejemplo n.º 1
0
        public static string EditStore(ref Store artic)
        {
            StoreData store = new StoreData();

            return(store.EditStore(ref artic));
        }
Ejemplo n.º 2
0
        public void EditStore(Model.VO.StoreVO store)
        {
            StoreData storeData = new StoreData();

            storeData.EditStore(Mapper.Map <StoreVO, StorePO>(store));
        }