public ReservationsQuery(IEFContext ctx)
 {
     _ctx      = ctx;
     IsCompact = false;
 }
示例#2
0
 public AssetQuery(IEFContext ctx)
 {
     _ctx = ctx;
 }
示例#3
0
 public ReservationQuery(IEFContext ctx)
 {
     _ctx = ctx;
 }