source:
src/main/java/com/example/fooddeliverysystem/service/TotalCouponsByCustomerService.java
Last change on this file was 8d11f8c, checked in by , 20 months ago | |
---|---|
|
|
File size: 243 bytes |
Line | |
---|---|
1 | package com.example.fooddeliverysystem.service; |
2 | |
3 | import com.example.fooddeliverysystem.model.views.TotalCouponsByCustomer; |
4 | |
5 | import java.util.List; |
6 | |
7 | public interface TotalCouponsByCustomerService { |
8 | List<TotalCouponsByCustomer> listAll(); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.