Exemple #1
0
        public PaymentMethodCounts GetPayMethodCountsByDateRangeAssocID(DateTime StartDate, DateTime EndDate, int AssociateID)
        {
            PaymentMethodCounts ret = new PaymentMethodCounts(StartDate, EndDate, AssociateID);

            return(ret);
        }
Exemple #2
0
        public PaymentMethodCounts GetPayMethodCountsByDateRange(DateTime StartDate, DateTime EndDate)
        {
            PaymentMethodCounts ret = new PaymentMethodCounts(StartDate, EndDate);

            return(ret);
        }