public static bool GetPointForActivity(System.String account, System.DateTime startTime, System.DateTime endTime, ref System.Int32 point, DbTransaction trans = null, string zoneId = "")
        {
            PayChargehistoryProvider provider = new PayChargehistoryProvider(zoneId);

            return(provider.GetPointForActivity(account, startTime, endTime, ref point, trans));
        }