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