public DBManagerProxy(IDBAction dbAction) { dbManager = dbAction; }
public MessagesController(IDBAction _getDB, DartTempContext _db) { this.getDB = _getDB; this.db = _db; }