public AdoUserRepository(IAdoRepositoryContext context) { _context = context; _connection = context.CreateConnection(); }
public AdoTableBookingAdultsRepository(IAdoRepositoryContext context) { _context = context; _connection = context.CreateConnection(); }