public Converter(NumbersContext database) { this.dbFunctions = new DBFunctions(database); }
public DBFunctions(NumbersContext database) { this.database = database; }