Пример #1
0
 public bool Any()
 {
     return(context.Set <T>().Any());
 }