public GetParkingListByCardNumberQueryHandler(ParkingAppReadonlyDbContext context) : base(context)
 {
 }
 public GetParkingListByLicensePlateNumberQueryHandler(ParkingAppReadonlyDbContext context) : base(context)
 {
 }
示例#3
0
 protected QueryBase(ParkingAppReadonlyDbContext context)
 {
     Context = context;
 }