public MessagesController(IDBAction _getDB, DartTempContext _db)
 {
     this.getDB = _getDB;
     this.db    = _db;
 }
Esempio n. 2
0
 public DBService(DartTempContext _db)
 {
     this.db = _db;
 }