Exemplo n.º 1
0
 private bool ColorExists(int id)
 {
     return _colorRepo.Exists(id);
 }