示例#1
0
 public SaveSqlServer(InMemoryDB mem)
 {
     this.mem = mem;
 }
示例#2
0
 public RetrieveSqlServer(InMemoryDB mem)
 {
     this.mem = mem;
 }