Beispiel #1
0
        public static bool Update(System.Int32 zoneId, System.String recordMonth, System.DateTime recordDate, System.Int32 totalUser, System.Int32 totalManager, System.Int32 dau, System.Int32 dUniqueIp, System.Int32 dNewUser, System.Int32 dNewManager, System.Int32 dLostUser7, System.Int32 dLostUser15, System.Int32 dLostUser30, System.Int32 retention2, System.Int32 retention3, System.Int32 retention4, System.Int32 retention5, System.Int32 retention6, System.Int32 retention7, System.Int32 retention15, System.Int32 retention30, System.Int32 wau, System.Int32 wLost, System.Int32 wHonor, System.Int32 wHonorLost, System.Int32 mau, System.Int32 payUserCount, System.Int32 payCount, System.Int32 payTotal, System.Int64 paySum, System.Int32 payFirst, System.Int64 pointRemain, System.Int64 pointConsume, System.Int64 pointCirculate, System.DateTime updateTime, DbTransaction trans = null)
        {
            StatisticKpiProvider provider = new StatisticKpiProvider();

            return(provider.Update(zoneId, recordMonth, recordDate, totalUser, totalManager, dau, dUniqueIp, dNewUser, dNewManager, dLostUser7, dLostUser15, dLostUser30, retention2, retention3, retention4, retention5, retention6, retention7, retention15, retention30, wau, wLost, wHonor, wHonorLost, mau, payUserCount, payCount, payTotal, paySum, payFirst, pointRemain, pointConsume, pointCirculate, updateTime, trans));
        }
Beispiel #2
0
        public static bool Update(StatisticKpiEntity statisticKpiEntity, DbTransaction trans = null)
        {
            var provider = new StatisticKpiProvider();

            return(provider.Update(statisticKpiEntity, trans));
        }