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