org.noear.luffy.event.message.Config Maven / Gradle / Ivy
package org.noear.luffy.event.message;
import org.noear.wood.DbContext;
import org.noear.wood.cache.ICacheServiceEx;
public class Config {
public static DbContext db;
public static ICacheServiceEx cache;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy