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