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