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