source: src/main/java/mk/ukim/finki/busngo/service/TipBiletService.java@ b101b69

Last change on this file since b101b69 was b101b69, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

initial classes, no inheritance yet v2

  • Property mode set to 100644
File size: 184 bytes
Line 
1package mk.ukim.finki.busngo.service;
2
3import mk.ukim.finki.busngo.model.entities.Tipbilet;
4
5import java.util.List;
6
7public interface TipBiletService {
8 List<Tipbilet> listAll();
9}
Note: See TracBrowser for help on using the repository browser.