Last change
on this file was bc30bce, checked in by blagojanikoloski <blagojanikoloski1@…>, 20 months ago |
cimeri app
|
-
Property mode
set to
100644
|
File size:
282 bytes
|
Rev | Line | |
---|
[bc30bce] | 1 | package com.example.cimeri.service;
|
---|
| 2 |
|
---|
| 3 | import com.example.cimeri.model.Building;
|
---|
| 4 | import com.example.cimeri.model.City;
|
---|
| 5 | import com.example.cimeri.model.Faculty;
|
---|
| 6 |
|
---|
| 7 | import java.util.List;
|
---|
| 8 |
|
---|
| 9 | public interface BuildingService {
|
---|
| 10 |
|
---|
| 11 | List<Building> listAll();
|
---|
| 12 | Long findMaxBuildingID();
|
---|
| 13 | }
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.