Esempio n. 1
0
        public static List <PaymentMethod> GetByActive(int siteId, int activeStatus, int languageId)
        {
            IDataReader reader = DBPaymentMethod.GetByActive(siteId, activeStatus, languageId);

            return(LoadListFromReader(reader));
        }