コード例 #1
0
 private bool PublisherExists(int id)
 {
     return(_publisherService.Exist(id));
 }