public ReservationsQuery(IEFContext ctx)
 {
     _ctx      = ctx;
     IsCompact = false;
 }
Esempio n. 2
0
 public AssetQuery(IEFContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 3
0
 public ReservationQuery(IEFContext ctx)
 {
     _ctx = ctx;
 }