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

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

            return(ret);
        }