示例#1
0
文件: Converter.cs 项目: gikerix/Demo
 public Converter(NumbersContext database)
 {
     this.dbFunctions = new DBFunctions(database);
 }
示例#2
0
 public DBFunctions(NumbersContext database)
 {
     this.database = database;
 }