Exemple #1
0
 public SeatingPlanRepositoryData(SwellSpotDbContext db)
 {
     this.db = db;
 }
Exemple #2
0
 public VenueRepositoryData(SwellSpotDbContext db)
 {
     this.db = db;
 }
Exemple #3
0
 public AddressRepositoryData(SwellSpotDbContext db)
 {
     this.db = db;
 }