public static bool Reply(System.Int64 reqNo, System.Guid dstId, System.Guid srcId, System.Int32 msgType, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "") { GuildListProvider provider = new GuildListProvider(zoneId); return(provider.Reply(reqNo, dstId, srcId, msgType, ref errorCode, trans)); }