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