package com.example.fooddeliverysystem.service; import com.example.fooddeliverysystem.model.views.BestPacketsForEachSalePlace; import java.util.List; public interface BestPacketsForEachSalePlaceService { List listAll(); }