package br.ufpr.c3sl.dao; import br.ufpr.c3sl.model.Hit; public interface HitDAO { Hit insert(Hit hit); }