source:
FullyStocked/src/main/java/com/bazi/fullystocked/Services/ManagersService.java
Last change on this file was cd2209e, checked in by , 2 years ago | |
---|---|
|
|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[cd2209e] | 1 | package com.bazi.fullystocked.Services; |
2 | import com.bazi.fullystocked.Models.Managers; | |
3 | ||
4 | import java.util.*; | |
5 | ||
6 | public interface ManagersService { | |
7 | List<Managers> findAll(); | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.