Beispiel #1
0
 internal Aquarium(AppDb db)
 {
     Db = db;
 }
Beispiel #2
0
 public AquariumQuery(AppDb db)
 {
     Db = db;
 }