Beispiel #1
0
 public BidPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #2
0
 public ItemPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #3
0
 public Pantry(ISofADbContext context)
 {
     Context = context;
 }
Beispiel #4
0
 public PlayPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #5
0
 public UserPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #6
0
 public SeatPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #7
0
 public FriendRequestPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #8
0
 public ProjectionPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #9
0
 public TheaterPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #10
0
 public ConfigPantry(ISofADbContext context) : base(context)
 {
 }
Beispiel #11
0
 public StagePantry(ISofADbContext context) : base(context)
 {
 }