public static bool Option(System.Guid guildId, System.Int32 opType, System.String opData, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "") { GuildListProvider provider = new GuildListProvider(zoneId); return(provider.Option(guildId, opType, opData, ref errorCode, trans)); }