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