Exemplo n.º 1
0
 public DBManagerProxy(IDBAction dbAction)
 {
     dbManager = dbAction;
 }
 public MessagesController(IDBAction _getDB, DartTempContext _db)
 {
     this.getDB = _getDB;
     this.db    = _db;
 }
Exemplo n.º 3
0
 public DBManagerProxy(IDBAction dbAction)
 {
     dbManager = dbAction;
 }