예제 #1
0
파일: Converter.cs 프로젝트: gikerix/Demo
 public Converter(NumbersContext database)
 {
     this.dbFunctions = new DBFunctions(database);
 }
예제 #2
0
파일: DBFunctions.cs 프로젝트: gikerix/Demo
 public DBFunctions(NumbersContext database)
 {
     this.database = database;
 }