public InMemoryStaffRepository(PaymentDbContext ctx) { _ctx = ctx; }
public InMemoryCustomerRepository(PaymentDbContext ctx) { _ctx = ctx; }