source:
src/main/java/com/example/moviezone/service/CustomerService.java@
1b248e4
Last change on this file since 1b248e4 was f17f34f, checked in by , 22 months ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | package com.example.moviezone.service; |
2 | |
3 | import com.example.moviezone.model.Customer; |
4 | |
5 | import java.util.List; |
6 | |
7 | public interface CustomerService { |
8 | List<Customer> findAllCustomers(); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.