Пример #1
0
 private bool VidCritiqueExists(int id)
 {
     return(_vidCritiqueRepository.Any(e => e.VidCritiqueId == id));
 }