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