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)); }