Пример #1
0
 private bool ArtistExists(int id)
 {
     return(_service.ArtistExist(id));
 }