package br.edu.ifba.inf008.mediaCenter.persistencia;

public interface ServidorDAO {
	
	public Collection<Servidor> findAll();

}
