Пример #1
0
 public bool Exists(Guid id)
 {
     return(_baseService.Any(id));
 }