コード例 #1
0
ファイル: GuildListMgrAuto.cs プロジェクト: cool8868/H5Nball
        public static bool UpdateKpi(System.Guid guildId, ref System.Int32 gKpi, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.UpdateKpi(guildId, ref gKpi, ref errorCode, trans));
        }