Exemplo n.º 1
0
 public bool CheckExistedId(int id)
 {
     return(_computerRepository.CheckContains(x => x.ComputerId == id));
 }