Example #1
0
 public DataRetrieval()
 {
     _db = new LocationsDb();
 }
Example #2
0
 public DataCreation()
 {
     _db = new LocationsDb();
 }