public GetParkingListByCardNumberQueryHandler(ParkingAppReadonlyDbContext context) : base(context)
 {
 }
 public GetParkingListByLicensePlateNumberQueryHandler(ParkingAppReadonlyDbContext context) : base(context)
 {
 }
Ejemplo n.º 3
0
 protected QueryBase(ParkingAppReadonlyDbContext context)
 {
     Context = context;
 }