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