package com.gitonway.fineday.interfaces; import java.util.List; import com.gitonway.fineday.domain.model.WeaterModel; public interface IWeaterListFinder { List<WeaterModel> findAll(); }