Example #1
0
 public Versions(MappingStore store)
 {
     this.store = store;
 }
Example #2
0
 public Mapping(MappingStore store)
 {
     this.store = store;
 }