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