public static void Dispose(Chloe.IDbContext db) { if (db != null) { db.Dispose(); } }
public Base(Chloe.IDbContext cc) { this.db = cc; }