public static bool Exit(System.Boolean tranFlag, System.Guid guildId, System.Guid managerId, System.Guid leaderId, System.Int32 authRank, System.Int32 exitTrack, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "") { GuildListProvider provider = new GuildListProvider(zoneId); return(provider.Exit(tranFlag, guildId, managerId, leaderId, authRank, exitTrack, ref errorCode, trans)); }