Beispiel #1
0
 public static Publisher getPublisherById(int pubid)
 {
     return(PublisherService.getPublisherById(pubid));
 }
Beispiel #2
0
 public static List <Publisher> getAllPublishers()
 {
     return(PublisherService.getAllPublishers());
 }