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