예제 #1
0
        //--------------------Store Lists------------------------

        public static List <StoreInfo> GetAllStores(AspxCommonInfo aspxCommonObj)
        {
            List <StoreInfo> lstStore = AspxCommonProvider.GetAllStores(aspxCommonObj);

            return(lstStore);
        }