package springbook.user.sqlservice;

public interface SqlReader {
	void read(SqlRegistry sqlRegistry);
}
