Exemplo n.º 1
0
 public Converter(NumbersContext database)
 {
     this.dbFunctions = new DBFunctions(database);
 }
Exemplo n.º 2
0
 public DBFunctions(NumbersContext database)
 {
     this.database = database;
 }